Guest_imported
New member
- Jan 1, 1970
- 0
I'm using tar command to backup log files of webserver each month to a media and I would like to append to the same media until it's fulled. I'm having a problem append to it. It always overwrites the old data.
This is what I did.
tar -cv /dev/rmt/0 Jan
mt -f /dev/rmt/0 rewind
mt -f /dev/rmt/0 eom
tar -cv /dev/rmt/0 Feb
The Jan data will be destroyed when tar the Feb data.
Can someone help?
Thanks in advance
This is what I did.
tar -cv /dev/rmt/0 Jan
mt -f /dev/rmt/0 rewind
mt -f /dev/rmt/0 eom
tar -cv /dev/rmt/0 Feb
The Jan data will be destroyed when tar the Feb data.
Can someone help?
Thanks in advance