Hi,
I am using a Backup Script which should take all data in one folder together and makes this to an archive.
For this I am using: [cmd=]tar -czf /media/data /media/backup[/cmd]
The problem now is that I always am getting some weird "error" messages.
I don't now whats going wrong here
I am using a Backup Script which should take all data in one folder together and makes this to an archive.
For this I am using: [cmd=]tar -czf /media/data /media/backup[/cmd]
The problem now is that I always am getting some weird "error" messages.
I don't now whats going wrong here
Code:
tar -cfv /media/backup/1.tar.gz /media/data
tar: /media/backup/1.tar.gz: Cannot stat: No such file or directory
tar: Removing leading '/' from member names