search for: subdirc

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

Did you mean: subdir
2004 Nov 12
1
Keeping File Trees in Sync
Hi list, I try to keep a local file tree synchronized with the remote one. However, using the --delete option does not work as expected or at least as I whish it would. Here is an example of the local tree I'd like to sync: /dirA/subDirA /subDirB /dirB/subDirC On the remote machine I have: /dirA/subDirA /subDirB /dirB/subDirC /dirC Here is the rsync call I use: Executing rsync with: -avvr --delete --temp-dir=temp -e "ssh -P -i .ssh/identity -o StrictHostKeyChecking=no -o PasswordAuthentication=no" --stats --files-from=files.inc --exclu...