Off-site Backup with Backupninja: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''Goal:''' Setup a remote machine that will be used for incremental backup of critical parts of the LURK servers. == Requirements == This document assumes you already have:...") |
No edit summary |
||
Line 4: | Line 4: | ||
This document assumes you already have: | This document assumes you already have: | ||
* A configure Linux/BSD machine to work as off-site backup | * A configure Linux/BSD machine to work as off-site backup | ||
* A user created on the off-site backup that will be used specifically by the backup scripts | * A <code>lurk</code> user created on the off-site backup that will be used specifically by the backup scripts | ||
* All the machines (servers and the backup machine) on a working Tinc VPN | * All the machines (servers and the backup machine) on a working Tinc VPN | ||
* Enough space on the off-site backup machine :) | * Enough space on the off-site backup machine :) | ||
== On the Off-site machine == | |||
* create directories for each server | |||
mkdir /media/lurk_backup/douglas /media/lurk_backup/agnesbaxter |
Revision as of 09:57, 25 August 2018
Goal: Setup a remote machine that will be used for incremental backup of critical parts of the LURK servers.
Requirements
This document assumes you already have:
- A configure Linux/BSD machine to work as off-site backup
- A
lurk
user created on the off-site backup that will be used specifically by the backup scripts - All the machines (servers and the backup machine) on a working Tinc VPN
- Enough space on the off-site backup machine :)
On the Off-site machine
- create directories for each server
mkdir /media/lurk_backup/douglas /media/lurk_backup/agnesbaxter