Tag Archives: rsync

Init script for rsyncd.

Ed: another one that was sitting in “drafts” for months. #!/bin/bash # # Startup script for rsyncd. # # chkconfig: 345 86 16 # description: rsync rocks. # case “$1″ in start) echo “Starting rsyncd…” /opt/rsync/bin/rsync –daemon –ipv4 ;; stop) … Continue reading

Posted in General, work | Tagged , , , , , | 1 Comment

Unison to keep files synced.

I saw this article on Linux Journal and decided that I had to check it out; especially since installing unison for Mandrake is as easy as urpmi unison. I had been using rsync to keep certain local and remote directories … Continue reading

Posted in General, work | Tagged , , , | Leave a comment