Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:backup_commands [2011/05/17 00:52] – created Guywiki:backup_commands [2011/09/28 03:25] (current) – [List Files in Backup] littlebat
Line 1: Line 1:
 ====== Backup and Restore ====== ====== 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 To run backup, open the terminal and use
  
 <code>filetool.sh -b</code> <code>filetool.sh -b</code>
 +
 +==== Restore ====
  
 To restore files in backup, use To restore files in backup, use
  
 <code>filetool.sh -r</code> <code>filetool.sh -r</code>
 +
 +==== Backup Location ====
 +
 +To find out where backup is saved, use
 +
 +<code>cat /opt/.backup_device</code>
 +
 +==== List Files in Backup ====
  
 To list files that will be in backup and their size, use To list files that will be in backup and their size, use
Line 13: Line 29:
 <code>filetool.sh -d</code> <code>filetool.sh -d</code>
  
-To find out where backup is saved, use+To list large files in /home/tc, use
  
-<code>cat /opt/.backup_device</code>+<code>find /home/tc/ -type f -size +1M | xargs ls -lhS</code>
  
Print/export
QR Code
QR Code wiki:backup_commands (generated for current page)