Changes between Version 3 and Version 4 of faq/backup-setup
- Timestamp:
- Apr 22, 2008, 12:38:42 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/backup-setup
v3 v4 30 30 31 31 32 * Email the public key to support@mayfirst.org. The public key should be stored in /root/.ssh/id_rsa.pub32 * [/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 33 33 34 34 * 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: … … 43 43 44 44 {{{ 45 apt -getinstall backupninja rdiff-backup45 aptitude install backupninja rdiff-backup 46 46 }}} 47 47 … … 115 115 If you're getting funky errors, definitely ask for help here, but try making sure you're backing up to the right directory. I wasn't! 116 116 117 And - hints for setting up a nullmailer to handle emailing: [ http://mayfirst.org/node/372#comment-216here].117 And - hints for setting up a nullmailer to handle emailing: [wiki:linux_simple_mail_relay here].