SassiSmalltalk
Technical User
I have managed to create a tar file but it is not doing what I need and any help would be appreciated.
I have a directory that I want to back up to a tape using a tar file. The directory will be backed up ONCE A WEEK to the SAME tape. The files in the directory will have the same name but the content and date modified will have changed.
The command I am currently using is
tar -cvf /dev/rmt/0m /backup
This works and I get a tar file on my tape but the following week it overwrites. There is a -A option but I am not sure how or if this will work, and how the restore will work. I would like to be able to choose which week is restored, and not always the last week added.
Hope this makes sense, and many thanks in advance for any help
Sassi
I have a directory that I want to back up to a tape using a tar file. The directory will be backed up ONCE A WEEK to the SAME tape. The files in the directory will have the same name but the content and date modified will have changed.
The command I am currently using is
tar -cvf /dev/rmt/0m /backup
This works and I get a tar file on my tape but the following week it overwrites. There is a -A option but I am not sure how or if this will work, and how the restore will work. I would like to be able to choose which week is restored, and not always the last week added.
Hope this makes sense, and many thanks in advance for any help
Sassi