LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   rsync (https://www.linuxquestions.org/questions/linux-software-2/rsync-386211/)

robrecc 11-24-2005 03:40 PM

rsync
 
Can rsync backup data to another disk on the same machine instead of a remote host

tlowk 11-24-2005 03:48 PM

yes this works also, an possible use is limit the bandwith of a kind of incremental backup.

you can even use it to make copies from special filesystems like for instance clearcase (version management) which add a local layer over files on a server. by using rsync with bandwith limit you can have your own copy

/var/spool 11-24-2005 07:53 PM

Look in ‘man rsync’ under ‘usage’ and ‘advanced usage’ for an extensive list of things you can do with rsync.

I almost never use cp for complicated stuff anymore.


All times are GMT -5. The time now is 01:59 PM.