Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:backup_commands [2011/05/17 00:56] 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 ==== ==== Backup ====
Line 27: Line 31:
 To list large files in /home/tc, use To list large files in /home/tc, use
  
-<code>/home/tc/ -type f -size +1M | xargs ls -lhS</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)