Where can I find updated TAR.rpm for Oracle VM Server?
I'm using tar for my incremental backup script on Oracle VM Server 3.2.2 and it comes with tar 1.15.1
I need this command:
tar -cf drive-C.full.tar --no-check-device \
--listed-incremental=drive-C.full.snapshot drive-C/
But I get this error:
tar: unrecognized option `--no-check-device'
I'm using tar for my incremental backup script on Oracle VM Server 3.2.2 and it comes with tar 1.15.1
I need this command:
tar -cf drive-C.full.tar --no-check-device \
--listed-incremental=drive-C.full.snapshot drive-C/
But I get this error:
tar: unrecognized option `--no-check-device'
No comments:
Post a Comment