Discussion:
How to do incremental backup
(too old to reply)
Bo Yang
2007-10-22 13:33:09 UTC
Permalink
Hi,
I think I have post many questions about my BBS server. This time it
comes to the back up problems. Now, my server uses complete backup every
time. I mean, every time it back up the system, we run tar zcvf .. ..
.But this method is very time-consuming. And I want to change the back
up system to incremental back up. Could you please tell is there any
good tool for this task? Or should I write shell script myself?

Thanks in advance!

Regards!
Bo
Thorbjoern Ravn Andersen
2007-10-22 16:17:34 UTC
Permalink
Post by Bo Yang
Hi,
I think I have post many questions about my BBS server. This time
it comes to the back up problems. Now, my server uses complete backup
every time. I mean, every time it back up the system, we run tar zcvf
GNU tar knows how to do incremental backups.
--
Thorbjørn Ravn Andersen
Bo Yang
2007-10-23 01:48:58 UTC
Permalink
Post by Thorbjoern Ravn Andersen
Post by Bo Yang
Hi,
I think I have post many questions about my BBS server. This time
it comes to the back up problems. Now, my server uses complete backup
every time. I mean, every time it back up the system, we run tar zcvf
GNU tar knows how to do incremental backups.
Yeah, thank you! I get the manual from GNU and now read it carefully.
Thanks!

Regards!
Bo

Loading...