Changes between Version 5 and Version 6 of Crin3
- Timestamp:
- Jul 24, 2015, 12:23:40 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Crin3
v5 v6 25 25 Database backups can be found in `/var/backups/mysql/databases` on [[Crin1]], they are produced by the 26 26 wiki:DumpMysqlTables#backup-mysql script. 27 28 To copy files back to one of the other servers you can take advantage of the fact that they are mounted via SSHFS on [[Crin4]], and if they are not it is easy to mount them, for example: 29 30 {{{ 31 sudo -i 32 mnt-sshfs crin1 33 }}} 34 35 Will mount the whole of the [[Crin1] server at `/media/crin1` so retrieved files can be copied directly to the server. 36 37 Once you have finished retrieving backup you can unmount the filesystem: 38 39 {{{ 40 umnt-s3ql crin1 41 }}} 27 42 28 43 == Backup process ==