LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   using rsync and tar (https://www.linuxquestions.org/questions/linux-software-2/using-rsync-and-tar-384622/)

disorderly 11-19-2005 09:35 AM

using rsync and tar
 
hello!
i''ve been working on a backup solution for my home computers and have been experimenting with rsync. i've gotten my system to back up to our network drive successfully but was wondering if i first tar my data first, then use rsync to back it up to another computer can i make incremental backups of the compressed info? i mean will rsync look for changes between the two tar files or will the compression screw that up?

i'm used to using retrospect on my w2k box - can rsync function similarly to retrospect?

thanks!
disorderly

david_ross 11-19-2005 02:25 PM

If you try to rsync a tar file then it will rsync the entire archive regardless of what contents have changed.

disorderly 11-19-2005 03:08 PM

i suspected as much... thank you for your reply david_ross

know of any program for linux like retrospect? (compresses incremental archives)

david_ross 11-19-2005 03:17 PM

I don't know about retrospect but what you could do is have a compressed filesystem on the server you are backing up to and rsync onto that.

disorderly 11-19-2005 06:40 PM

thanks for your thoughts i'll look into that :)


All times are GMT -5. The time now is 04:00 AM.