Error happens on backup
i have a automate linux backup at my office and it start miss behaving
When the tar process begins it
possibly records the contents of the files somewhere. Now what is happening
is while the tar is in process and if the file is changed, then tar returns
with error and the process is exited and of course the backup doesn't take
place. Please advice on how can we resolve this issue.
here is the error message
tar: Removing leading `/' from member names
tar: /var/spool/mail/umataro: file changed as we read it
tar: Error exit delayed from previous errors
Software/Hardware used:
ASKED:
September 19, 2005 9:52 AM
UPDATED:
February 3, 2009 4:02 PM
Hi,
I just wonder do you really use tape drive for these backups – it’s usually quite expensive sollution for a Linux box…
If, in contrary, you are using tar to make a backup on a second harddisk, or over network, I’d suggest to consider software RAID or switching to rsync (if you need dayly backups).
I’ll not comment RAID, just few words about rsync – (1) it replaces only files, changed since last backup, and (2) it complains if a file sheduled for synchronisation disapeares or changes (sure), but continues processing other files, so you end up with a decent backup of the system.
BR,
Petko