search for: rsync_scripts

Displaying 2 results from an estimated 2 matches for "rsync_scripts".

Did you mean: rsync_script
2011 Aug 10
0
Info about errors please
...6.9] The source is 1.4Tb/65000 files and HFS+ filesystem at both ends. Nightly change should be about ~10Gb. The job exits with no obvious pattern. At different times and places in the filesystem. The nightly launchd command is: (cron replacement) /usr/bin/rsync -azhhE --password-file /usr/local/Rsync_Scripts/rsync.password --delete --progress --stats "/Volumes/WorkInProgress" username at backupserver::module// For testing I'm using -azEvvvvvhh --progress at the commandline (the -E is for extended attributes in this build) Can anybody confirm that this can only be a network issue? Is t...
2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
In case others find this of value, I wrote a patch to rsync 2.5.6 to give rsync in --daemon mode the ability to run a pre-transfer and post-transfer command. These options handle our need to prepare a server to receive files and to do some processing after receiving files. The options for /etc/rsyncd.conf are pretransfer script = /some/command/to/run posttransfer script =