Improved Plan B scripts.
This commit is contained in:
parent
b99e3394f0
commit
c59d133d61
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
PORT=222
|
||||||
|
BACKUP_SERVER=sauvkipeu.libre-en-communs.org
|
||||||
|
rsync -aq -e "ssh -p ${PORT} -i /root/.ssh/backup_ssh_key" --numeric-ids --update --delete --delete-after --exclude '/dev/' --exclude '/proc/' --exclude '/sys/' / borg@${BACKUP_SERVER}:/var/backups/borg/mirrors/${HOSTNAME}.libre-en-communs.org/
|
||||||
|
#BACKUP_SERVER=gardefou.libre-en-communs.org
|
||||||
|
#rsync -aq -e "ssh -p ${PORT} -i /root/.ssh/backup_ssh_key" --numeric-ids --update --delete --delete-after --exclude '/dev/' --exclude '/proc/' --exclude '/sys/' / borg@${BACKUP_SERVER}:/var/backups/borg/mirrors/${HOSTNAME}.libre-en-communs.org/
|
Loading…
Reference in New Issue