8:01am, Paul Archer wrote: > [EMAIL PROTECTED]:/etc/backuppc# ps auxww |grep rsync > backuppc 26824 0.2 1.2 6040 3240 ? S 19:21 0:00 /usr/bin/ssh > -q -x -l root shebop /usr/bin/rsync --server --sender --numeric-ids --perms > --owner --group --devices --links --times --block-size=2048 --recursive -D > --one-file-system --exclude=/proc --exclude=/sys --ignore-times . / > root 26828 3.8 3.5 10648 9020 ? Ss 19:21 0:14 > /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group > --devices --links --times --block-size=2048 --recursive -D --one-file-system > --exclude=/proc --exclude=/sys --ignore-times . / > > You can see here that the rsync is being passed two directories: '.' and > '/'. Is that normal? I think this may be the root of my problem, but I can't > quite figure out how the . is getting there. Any suggestions? >
I should mention that I'm seeing the same behavior (as far as the . and / in the arg list) with other clients that don't have custom config.pl files, so it shouldn't be anything to do with my custom config.pl for shebop. Paul ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ 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/
