Displaying 2 results from an estimated 2 matches for "sv_rs".
2007 Jan 08
3
strange file sizes in log
Hello everyone,
I'm getting strange module sizes in the logs. (2.6.9)
This is the command:
rsync -anr --delete --omit-dir-times --stats -e "ssh -i access.key -l
pluto -p 22" --files-from=config\templist "/cygdrive/C/"
sv_rs@192.168.10.49::Accounts
After updating all the files on the "Accounts" module, the size is reported
correctly on the receiver log file as:
2007/01/08 18:24:24 [30153] sent 22485 bytes received 27427 bytes total
size 68937712
* This is the real size (around 68MB), however, having star...
2006 May 17
1
rsync speed
...head??) ... and also, any ideas as to why the
discrepancy in speed? (I tried several times).
The commands are as follows:
Backup:
rsync -av --delete --omit-dir-times --progress --password-file=config\sv_sec
-e "bin\ssh -i key\access.key -l pluto -p 22" "/cygdrive/C/plutofiles/"
sv_rs@192.168.xxx.xxx::plutofiles
Restore:
rsync -av --delete --omit-dir-times --progress
--password-file=config\sv_sec_dec -e "bin\ssh -i key\access.key -l pluto -p
22" sv_rs@192.168.xxx.xxx::plutofiles "/cygdrive/C/plutofiles/"
Thanks,
Julian
-------------- next part -----------...