search for: charith079

Displaying 2 results from an estimated 2 matches for "charith079".

2014 Nov 13
1
rsync prevent destination only new folders but need new files
Good day to all! I'm doing git file replication task and need to sync source destination, using below sync command. rsync -atnvv --existing --exclude '.git' --progress source/ destination/; Here I, 1) need only sync directories that *exist on destination* ,no new folders should copy from source - [used --existing did the job but it not copying new files also.] 2) need to copy
2012 Jan 19
1
Check for Open files during rsync
Hi All, I saw on previous mail thread under topic *"exclude open file in backup with rsync (2006)"* That Rsync can't handle open files and it sends all files without checking whether they are open.I want to know whether still Rsync have this problem or if their any solution for this. I really need to check open files and I want to sync without open files. if their any way do this