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