Changes between Version 4 and Version 5 of Crin3
- Timestamp:
- Jul 24, 2015, 12:20:05 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Crin3
v4 v5 12 12 }}} 13 13 14 14 This will mount the backups at `/media/s3ql/crin1` and you can then `cd` to the directory and list the backups, for example: 15 15 16 {{{ 17 cd /media/s3ql/crin1 18 ls -lah 19 total 0 20 drwxr-xr-x 1 root root 0 Jul 23 12:18 2015-07-23_12:18:42 21 drwxr-xr-x 1 root root 0 Jul 23 12:30 2015-07-23_12:22:12 22 drwx------ 1 root root 0 Jul 23 09:58 lost+found 23 }}} 24 25 Database backups can be found in `/var/backups/mysql/databases` on [[Crin1]], they are produced by the 26 wiki:DumpMysqlTables#backup-mysql script. 16 27 17 28 == Backup process ==