Performing Incremental backups using tar April 12, 2017 admin Ubuntu https://www.unixmen.com/performing-incremental-backups-using-tar/ Share This Tweet Share Share Email Related Posts Mount AWS S3 bucket to Ubuntu file system I cannot find any Ubuntu PPA that has latest S3FS, so we will need to… How to check/test .tar.bz archives? First test bzip2 compression, It should output OK. bzip2 -tv FILE.tar.bz2 Next uncompress the tarball,… tar – archive utility To view the contents of tar file without extracting tar -tf filename.tar.gz To extract specific…
Mount AWS S3 bucket to Ubuntu file system I cannot find any Ubuntu PPA that has latest S3FS, so we will need to…
How to check/test .tar.bz archives? First test bzip2 compression, It should output OK. bzip2 -tv FILE.tar.bz2 Next uncompress the tarball,…
tar – archive utility To view the contents of tar file without extracting tar -tf filename.tar.gz To extract specific…