Docunext


rsync notes

July 24th, 2006
rsync --delete --delete-excluded --exclude-from=~/.rsync/exclude -re ssh -avzp domainname.com:/path/
sudo rsync --delete --delete-excluded --exclude-from=~/.rsync/exclude -re ssh -avzp user@domainname.com:/path/

Use symbolic links to have them included in the rsync (for including a folder that is outside the root of the rsync), use Mac aliases to have them not included (to avoid having duplicates within the root folder).

You know how FTP can resume partial downloads that were canceled or stopped halfway through? Well, rsync can do this too!

Resume

rsync --progress --partial -e ssh
Yearly Indexes: 2003 2004 2006 2007 2008 2009 2010 2011 2012 2013 2015 2019 2020 2022