Displaying 1 result from an estimated 1 matches for "arlpogtb".
2003 Apr 24
3
--whole-file not working ?
...sync some data from a MS-WIN$ share, i
use the following procedure --
first, i use the following to mount the SMB share :
mount -t smbfs -o password=satish //satsco/satish
/home/2
then, after successfully mounting the share, i am
using the following to rsync the data into redhat
linux :
rsync -arlpogtb --whole-file --suffix=~bak --stats
--timeout=600 --bwlimit=220 /home/2/* /backup/2 >
back2rsync.log 2>back2rsyncerr.log
I want to disable incremental rsync and take all data
again... however, no data transfer takes place at
all... seems like incremental rsync is used.. can any1
tell me why ?...