Rsync backup Linux, using rsync to backup files or folder under Linux.: "rsync is great to keep folders and files synchronized between two computers or in the same computer, you can backup all your important data to an external disk using rsync.
rsync uses
Copy files with rsync
From local to remote computer
rsync --progress --partial -avz /folder/to/copy/ user@remote.server:/remote/folder
This will copy all files in /folder/to/copy/ to /remote/folder in the remote server, the folder copy itself will not be created in the remote computer, and only its contents will be copied, if you want the folder itself to also be created and then"
'via Blog this'
OnStartups
Total Pageviews
Sponsored Ad
Mashable!
Start-ups & VC
Google Photos Blog
UltraDNS - DNS Matters - Blog
Ignite Social Media
Todays Clouds
ChaiDomains.com
Eye-Fi
Displaying items by tag: joomla
Monday, September 5, 2011
Rsync backup Linux, using rsync to backup files or folder under Linux.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment