misc-scripts/backup/server/backup.conf.d/fetch/remote.conf
Emmanuel BENOîT d9f75447a6 Backup system
Imported both the server- and client-side backup scripts.
2012-07-28 16:28:20 +02:00

12 lines
273 B
Text

# Configuration for remote fetches
# SSH port to connect to
SSH_PORT="22"
# Backup user on the remote system
SSH_USER="rbackup"
# SSH private key
SSH_KEY="/path/to/private.key"
# Host to connect to. Do not change this unless you know what you're doing.
SSH_HOST="$host"