Backup Locally using Rsync

Backup a folder to another local folder using the rsync tool.

rsync -av ~/Scripts/ /var/Backup/Rsync/Scripts/

a = Archive Mode
v = Verbose

Tags: , , ,

This entry was posted on Sunday, February 24th, 2008 at 12:06 am and is filed under gnu/linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

You must be logged in to post a comment.