How to setup rsync backups

ok. thats complicated. Loads of options that i dont know wtf they mean.



rsync -avh --delete source/ destination/

then cp hardlink style to another place for snapshots.

fin.
 
Last edited:
ok. thats complicated. Loads of options that i dont know wtf they mean.



rsync -avh --delete source/ destination/

then cp hardlink style to another place for snapshots.

fin.
Yeah,

And if you want to do it remotely, just do :

rsync -avz --progress -e ssh remoteuser@remotehost:/remote/path /local/path
 
Top
Sign up to the MyBroadband newsletter
X