Prof.Merlin
Expert Member
- Joined
- Aug 2, 2006
- Messages
- 1,682
Hi All
I have a nice little script which copies data from all over to one server and then creates a tar onto a tape. This has no issues and restore works.
Issue is when I try do a restore onto another machine, the restore fails with the following errors:
I understand the first error, but not the second. I don't have a solution to any. Is there a switch that I should be using to solve this issue.
The code I am using to create the tar is:
tar -czf /dev/st0 filestobackup
To restore I am using:
tar xzf /dev/st0 filetoextract destination
Thanks
I have a nice little script which copies data from all over to one server and then creates a tar onto a tape. This has no issues and restore works.
Issue is when I try do a restore onto another machine, the restore fails with the following errors:
- tar: var/mail: Cannot change ownership to uid 0, gid 0: No such file or directory
- Directory renamed before its status could be extracted
I understand the first error, but not the second. I don't have a solution to any. Is there a switch that I should be using to solve this issue.
The code I am using to create the tar is:
tar -czf /dev/st0 filestobackup
To restore I am using:
tar xzf /dev/st0 filetoextract destination
Thanks