# # sda5 == X11 # sda7 == kde + customization # # mount /dev/sda5 /mnt/sda5 mount /dev/sda7 /mnt/sda7 # TGZ="/opt/Bootable/Patches.RootFS/Patches/root/Customize.sda7.tgz" # # tar zcvf /tmp/Customize.sda7.tgz --exclude mnt/sda5/Patches.X11/X11.tgz Customize.sda7.sh.txt /mnt/sda5 /mnt/sda7 # cd /mnt/sda7 ; tar zcvf $TGZ ...sda7 root etc tmp # # umount /mnt/sda5 umount /mnt/sda7 # # # End of file