initial borg skripte
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Skript erzeugt backup
|
||||
. /root/bin/borg.env # lies REPO_PATH aus env Datei
|
||||
# borg prune -v --list --keep-daily=7 --keep-weekly=4 --keep-monthly=6 --rsh "ssh -i /root/.ssh/id_borg_ecdsa_p384 -p $SSH_PORT" ${REPO_PATH}
|
||||
# borg compact -v --rsh "ssh -i /root/.ssh/id_borg_ecdsa_p384 -p $SSH_PORT" ${REPO_PATH}
|
||||
borg prune -v --list --keep-daily=7 --keep-weekly=4 --keep-monthly=6
|
||||
borg compact -v
|
||||
Reference in New Issue
Block a user