This is an old revision of the document!


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
Print/export
QR Code
QR Code wiki:backup_commands (generated for current page)