Changes between Version 13 and Version 14 of faq/backup-setup
- Timestamp:
- Aug 10, 2013, 7:52:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/backup-setup
v13 v14 23 23 * [/newticket Post a ticket], with your public key attached, asking to have your public key installed on our server. On your server, the public key should be stored in /root/.ssh/id_rsa.pub. 24 24 25 * You will be told which of our backup servers to use ( for example, b.backup.mayfirst.org or c.backup.mayfirst.org, etc.). This information will be used below.25 * You will be told which of our backup servers to use (e.g. iz.mayfirst.org). This information will be used below. 26 26 27 * Test the public key (after you've received confirmation that it has been installed) by trying to ssh into our backup server while you are root (replace b.backup.mayfirst.org with your backup server).27 * Test the public key (after you've received confirmation that it has been installed) by trying to ssh into our backup server while you are root (replace iz.mayfirst.org with your backup server). 28 28 29 29 {{{ 30 ssh MEMBERNAME-sync@b .backup.mayfirst.org30 ssh MEMBERNAME-sync@b 31 31 }}} 32 32 … … 85 85 # the machine which will receive the backups 86 86 # REPLACE WITH YOUR BACKUP SERVER 87 host = b.backup.mayfirst.org87 host = iz 88 88 89 # put the backups under this directory90 directory = backups/89 # put the backups under a directory named for the server 90 directory = serverx/ 91 91 92 92 # make the files owned by this user