[article] Backup By Rsync

linux,rsync

16 Mar 2014

Today I was trying to backup my personal documets by copying some files from one partition to another one. Realizing there was a command called rsync, I then tried to syncing two destinations using this command. It turned out to be pretty handy.

rsync -vur --delete <src> <dst>
comments powered by Disqus