Rsync - Command Line Tools to Backup Files/Directories in Linux

Sponsored Links

I have two hard drives, one is for daily use and another one is for backup needs. How to backup between those 2 hard drives in linux using command line (CLI) tools? Easy! Linux already have superb program called rsync, which can be used for backup or synchronize between two folder or drives or from hard drives to USB disk. Here is the command:

$ sudo rsync -avu –delete [source path] [destination path]

for example in my case:

$ sudo rsync -avu –delete /home/banteng/Business /media/2825dc9d-7018-49e0-bac4-2567a1d1a380/backup/Business/

options –delete (minus minus delete) is for deleting files or directories that is no longer exist in the source path, if you don’t use –delete then files or folder that is no longer exist still kept in the destination path.

You can combine this command with crontab so, you can run routine backup automatically for specific period, ie daily, weekly, etc….

All incoming search terms for this post

win32 netsky.q worm removal (201) - win32.netsky.q removal (152) - win32.netsky.q removal tool (132) - skype ubuntu 9.1 (68) - rapidshare blocked (61) - ubuntu overclock (53) - ubuntu overclocking (50) - skype problem with audio playback (45) - overclock ubuntu (45) - overclocking ubuntu (42) - broadcom ubuntu 9.10 (39) - jpg to pdf ubuntu (33) - Ubuntu 9.10 broadcom Wireless (32) - linux overclocking tools (32) - webex linux (31) - overclocking in ubuntu (28) - gkrellm ubuntu (28) - uninstall ubuntu netbook remix (25) - skype for ubuntu 9.1 (25) - ainsley earhart fox news (25) - webex ubuntu (25) - ubuntu jpg to pdf (23) - linux Phone Manager (22) - remove win32.netsky (21) - ubuntu 9.10 broadcom (21) - nokia 97 price (21) - nokia 97 specs (21) - how to remove win32.netsky (21) - win32.netsky.q (19) - ubuntu shutdown problem (19) - broadcom wireless ubuntu 9.10 (19) - ainsley earhart fox news bio (19) - ubuntu overclock cpu (19) - problem with audio playback skype (18) - linux overclock (18) - skype ubuntu problem with audio playback (18) - how to remove win32.netsky.q (18) - ninjaproxy (17) - logitech quickcam e3500 ubuntu (17) - problem with audio playback (17) - tucan manager ubuntu (16) - ubuntu webex (16) - netsky.q removal (15) - tucan ubuntu (15) - ubuntu 9.10 wireless broadcom (15) - remove ubuntu netbook remix (14) - ubuntu phone manager (14) - ubuntu cpu overclock (14) - linux overclocking (14) - ubuntu 9.1 skype (14) -

Leave a Comment