OK...maybe wrong forum.....
I'm preparing my auto-backup script for users home directories, and so far I've just got a bunch of tar commands to run via cron at each day at midnight. Not smart enuf to script the tape drive into it yet (never tried scripting anything w/ amanda) , but I'm just doing a tar.bz2 compression of everything onto the raid drive.
Rar (in windows at least) lets you generate a recovery record for an archive in case it's crc checksums fail. As long as it's not a solid archive, you can usually get most of the archive out anyway....except fr the files that failed. (If it's solid archive, then you're sol if repair doesn't work).
So that being said....I understand Rar's very well.....but was wondering if there's anyway to secure my tar files in the event that I muck something up and corrupt them. I'm a bit nervous b/c I'm about to be blowing the 245 GB User Raid away and re-installing....and would like to feel a little more secure then just knowing I have the tars on tape.
I only ask this b/c the last time I dl'd a massive tar from IRC (yes, it was a movie, so sue me) the entire ah heck was corrupt, and for the life of me I couldn't fix it. And yah, I dl'd it twice.
Thanx for the replies.
[edit]
right now i'm just doing a tar -cjf <username> user dir
[/edit]
I'm preparing my auto-backup script for users home directories, and so far I've just got a bunch of tar commands to run via cron at each day at midnight. Not smart enuf to script the tape drive into it yet (never tried scripting anything w/ amanda) , but I'm just doing a tar.bz2 compression of everything onto the raid drive.
Rar (in windows at least) lets you generate a recovery record for an archive in case it's crc checksums fail. As long as it's not a solid archive, you can usually get most of the archive out anyway....except fr the files that failed. (If it's solid archive, then you're sol if repair doesn't work).
So that being said....I understand Rar's very well.....but was wondering if there's anyway to secure my tar files in the event that I muck something up and corrupt them. I'm a bit nervous b/c I'm about to be blowing the 245 GB User Raid away and re-installing....and would like to feel a little more secure then just knowing I have the tars on tape.
I only ask this b/c the last time I dl'd a massive tar from IRC (yes, it was a movie, so sue me) the entire ah heck was corrupt, and for the life of me I couldn't fix it. And yah, I dl'd it twice.
Thanx for the replies.
[edit]
right now i'm just doing a tar -cjf <username> user dir
[/edit]
