Helpful Information
 
 
Category: Development Articles
File Synchronization With Rsync

If you use a remote shell like rsh or ssh, I don't think you need to run a daemon on the host.

eg::

rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh --recursive --times --perms --links --delete --exclude "counter.file" --exclude "URLFILE.file" local/* remote_host:target/

You can use '--rsync-path=/remote/path/to/rsync', if the remote installation of rsync is not in SSH's path.

Here is a handy perl script which provides an easy way to create nightly/weekly incremental or full backups.

See the "rsback website":http://www.pollux.franken.de/hjb/rsback/

CVS is better for this purpose in
most of the cases.

File Synchronization With Rsync (http://www.devshed.com/c/a/Administration/File-Synchronization-With-Rsync)

Save time (and money) on data transfers between hosts with rsync, a synchronization tool that allows easy, efficient replication of files between different locations. Sync up, now!

Please discuss this article in this thread. You can read the article here (http://www.devshed.com/c/a/Administration/File-Synchronization-With-Rsync).

If you would like to see an article covering a particular topic, please post your request here (http://forums.devshed.com/forumdisplay.php?s=&forumid=65).

Well done this is the best rsync tutorial on the net.
I was stuggling with the other documentation out there, especially the official documentation.










privacy (GDPR)