This is an old revision of the document!
Backup and Restore
To run backup, open the terminal and use
filetool.sh -b
To restore files in backup, use
filetool.sh -r
To list files that will be in backup and their size, use
filetool.sh -d
To find out where backup is saved, use
cat /opt/.backup_device
To list large files in /home/tc, use
/home/tc/ -type f -size +1M | xargs ls -lhS