Backup Locally using Rsync
Tagged with: backup, command, folder, Linux, local, rsync, tools
Tuesday, March 27th, 2007 10:04 PM
Backup a folder to another local folder using the rsync tool.
rsync -av ~/Scripts/ /var/Backup/Rsync/Scripts/
a = Archive Mode
v = Verbose
[tags]backup,linux,command,rsync,folder,local,tools[/tags]