Changes between Version 5 and Version 6 of Crin3


Ignore:
Timestamp:
Jul 24, 2015, 12:23:40 PM (3 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Crin3

    v5 v6  
    2525Database backups can be found in `/var/backups/mysql/databases` on [[Crin1]], they are produced by the
    2626wiki:DumpMysqlTables#backup-mysql script.
     27
     28To 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{{{
     31sudo -i
     32mnt-sshfs crin1
     33}}}
     34
     35Will mount the whole of the [[Crin1] server at `/media/crin1` so retrieved files can be copied directly to the server.
     36
     37Once you have finished retrieving backup you can unmount the filesystem:
     38
     39{{{
     40umnt-s3ql crin1
     41}}}
    2742
    2843== Backup process ==