For internal use
For internal use
mount /dev/sda3 /mnt/custom/sysbak #using $fdisk -l,we would know detailed infos of disks #using $fdisk /dev/sda<tab> further know this
fsarchiver savefs /mnt/custom/sysbak/rainbow.fsa /dev/sda2/ #fsarchiver would first pack and compress files in /dev/sda2/ into the rainbow.fsa #and then move to the /mnt/custom/sysbak/ dir
cd /mnt/custom/ ls -lh
unmount /mnt/custom/ #unmount not allowed to carry out in the current dir