search for: card_pay_cont

Displaying 1 result from an estimated 1 matches for "card_pay_cont".

2005 Jul 13
1
syncing from the "file-list" option
...from the main ftp servert. In my thought, full data directory syncing is too slow, so if the client uses " --files-from" option, sync speed more fast than full data directory syncing. file list is like below. # tail -f /var/log/xferlog | awk '{print $9}' /home/abc/images/card_pay_contents.gif So I executed like below at client. /tmp/test contains the file list like above. # rsync -avr --delete --recursive --files-from=/tmp/test remote_server::root / works well... But if the files are deleted at the remote_server, client doesn't delete the file like below and print erro...