From c42397b2937c346ec88078d49e1a6374795d43f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20H=C3=B6llein?= Date: Tue, 6 Aug 2019 09:34:49 +0200 Subject: [PATCH] Datenbank von shotwell wird jetzt auch mit ins Backup geschrieben --- backup_Bilder.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 backup_Bilder.sh diff --git a/backup_Bilder.sh b/backup_Bilder.sh new file mode 100755 index 0000000..7c9d002 --- /dev/null +++ b/backup_Bilder.sh @@ -0,0 +1,3 @@ +#!/bin/bash +BACKUP_DIR="/home/mhoellein/Bilder/ .local/share/shotwell/" +borg create --stats ssh://borg@vserver2.hoellein.online:22/home/borg/Bilder::$(date +%Y-%m-%d_%H:%m) ${BACKUP_DIR} -- 2.43.0