search for: much_used_file

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

2004 Jan 05
0
No subject
...I have been watching and learning from this list for a couple of months now.. Here is my first question. If rsync comes across a file that is in use by somebody. What happens? Does the file get skipped or does the entire transfer halt? The command I am issuing is: rsync -a -c -v -o -e ssh /etc/much_used_file \root@192.168.1.1.:/etc/much_used_file -- Synaptic Solutions 9 Lees Street Northcote 3070 03 9482 5272
2001 Nov 22
5
How to setup Rsync as an NT Service
For a recent project I needed to run Rsync as a service on Windows NT. The following is a link to the instructions I created to recreate my steps. http://members.home.net/cbollerud2/projects/rsync/NTService.html The "no-fork" patch used here is very similar to the "no-detach" option mentioned in many previous posts. I wish I could take credit for it, but I basically put