search for: rsync_script

Displaying 2 results from an estimated 2 matches for "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...
2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
...151,158 ---- BOOL lp_load(char *pszFname, int globals_only); int lp_numservices(void); int lp_number(char *name); + char *lp_prescript(int ); + char *lp_postscript(int ); void err_list_push(void); void log_init(void); void log_open(void); Only in rsync-2.5.6: rsync Only in rsync-2.5.6: rsync_script.patch Only in rsync-2.5.6: shconfig diff --exclude='*.o' -b --context rsync-2.5.6.orig/socket.c rsync-2.5.6/socket.c *** rsync-2.5.6.orig/socket.c 2003-01-26 20:35:09.000000000 -0700 --- rsync-2.5.6/socket.c 2003-05-19 14:22:41.000000000 -0600 *************** *** 419,426 **** if (fd...