Skip to main content

Posts

Showing posts with the label rsync

Linux and Unix - Rsync

More Info: rsync <opt> <original path> <backup location> #This command does something similar to cp but instead it allows a few additional options and features. Using the option set you can use -v for verbose or -a for archive. The biggest difference is when you run it again it will only copy any new files to the destination. (Delta) This is a typical method of performing backups of Linux OS's.