Hi,
Does test.tar.gz actually exists and is not null afterwards?
Quote:
tar: Removing leading `/' from member names
|
Unless you explicitly tell tar to use absolute names (-P option), tar will always strip the leading / and tell you that it did. Think before using this option.......
Quote:
tar: /home/temp/public_html/axs/log.txt: file changed as we read it
|
During the time tar ran one of the files changed. Depending on which file it is you can/cannot ignore this.
Quote:
tar: Error exit delayed from previous errors
|
Tells you that tar ran with errors (which are shown before this message).
The above explains the first question. If you do have a tar file (test.tar.gz) after all the above, you have a backup that's ok. You can check the contents of this file with tar tzf filename (but you migth already now that).
If you do not end up with a tar file: Any other message (command line and/or logs)?
Hope this helps.