Welcome to the Tiny Core Linux Wiki at tinycorelinux.net!

Backup and Restore

This information is included for people using Microcore without a graphical interface, and other advanced users.

New users should find it easier using the backup which runs automatically when shutting down the computer.

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

find /home/tc/ -type f -size +1M | xargs ls -lhS
Print/export
QR Code
QR Code wiki:backup_commands (generated for current page)