Taking Backup of Sparse Images


you can use tar --sparse (or -S) -S , --sparse

Taking the backup:
Handle sparse files efficiently create file:
tar cvSfj file.tar.bz2 sparsefile

Decompressing the file:
and then decompress:
tar xSf file.tar.bz2

Comments

Popular posts from this blog

Using a Self signed Certificate to Run Apache2 under SSL

IPS (Image Packaging system) in Solaris 10