Hello Mauro, I have some very old notes I can share with You. I have no idea if all of them are current and some are just thoughts not real guidelines.
>From my experience: 1. 128MB RAM in my DS110j is way not enough but it works , 2. You have to disable compression (performance problem), 3. try to install BackupPC in /opt to avoid problems with DSM upgrade, 4. You need to install optware (http://www.nslu2-linux.org/wiki/Optware/HomePage/) for Your's NAS CPU architecture. My old notes: *** BackupPC on Synology *** - wrapper around BackupPC_Admin for suid -- cut -- #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <unistd.h> int main() { setuid( 1021 ); // user backuppc system( "/usr/local/BackupPC/sbin/BackupPC_Admin.pl" ); return 0; } -- cut -- - ping problem, iputils (iputils-s20071127.tar.bz2) and compile, make ping suid (4755) - perl 5.10.x from ipkg (RsyncP not working problem), ln -s /opt/bin/perl /usr/bin/perl - make: arm-none-linux-gnueabi-ld: Command not found problem: ln -s ld arm-none-linux-gnueabi-ld (in /opt/bin) - cpan: install Bundle::LWP (libwww) - cpan: install File::RsyncP Packaging BackupPC sounds like quite few hours of work but I think it's possible. Good luck, Tom. W dniu 2014-10-09 13:54, Mauro Condarelli pisze: > Hi, > I found an old thread (starting at > http://sourceforge.net/p/backuppc/mailman/message/27515025/) discussing > BackupPC on NAS. > > I am in the process to select a very small NAS for SOHO/Home usage; I'm > currently looking at Synology DS414j. > I do not need a very high throughput and I would like to run BackupPC > directly on the NAS itself, if at all possible. > It seems someone (Tomasz Pawlik) managed to install it on a lowly > Synology DS110j, so I have hopes ;) > > Question is: > Does anyone have experience on this? > If so, would he share knowledge avoiding me the effort of reinventing > the wheel yet another time? > > My target would be to package BackupPC into a Synology Package for > easier deployment. > > I am currently testing with an old Synolgy DS209 sharing the POOL via > NFS and a linux server running BackupPC, > but aim is to backup its contents and a bunch of other PCs (Win&Linux) > on the new NAS. > > Regards > Mauro > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > > > > _______________________________________________ > BackupPC-users mailing list > [email protected] > List: https://lists.sourceforge.net/lists/listinfo/backuppc-users > Wiki: http://backuppc.wiki.sourceforge.net > Project: http://backuppc.sourceforge.net/ > ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
