Hi, Christian Völker wrote on 2014-11-20 21:07:59 +0100 [[BackupPC-users] rsync out of memory]: > [...] > Unfortunately, I'm getting errors when backing up one host. My debugging > gave the following results: > > bash-4.1$ ./BackupPC_dump -v -f pdc.evs-nb.de > cmdSystemOrEval: about to system /bin/ping -c 1 -w 3 abc.domain.de
so ClientNameAlias for pdc.evs-nb.de is abc.domain.de? ;-) > [...] > Running: /usr/bin/ssh -q -x -l root abc.domain.de /usr/bin/rsync > --server --sender --numeric-ids --perms --owner --group -D --links > --hard-links --times --block-size=2048 --recursive -x -z -v > --no-inc-recursive -v --ignore-times . / > [...] > Anyone having a clue? Yes. Remove the '-z' option. It won't work with File::RsyncP. Regards, Holger ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&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/
