From cc8cebf7858287a153b019fd2765f34747d11d8d Mon Sep 17 00:00:00 2001 From: Marc Hoppe Date: Wed, 8 Dec 2021 17:00:39 +0100 Subject: [PATCH] backup to vdr --- backupdata.sh | 3 ++- backupme.sh | 3 ++- backupsrc.sh | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/backupdata.sh b/backupdata.sh index 8c08f71..cbf8570 100644 --- a/backupdata.sh +++ b/backupdata.sh @@ -1,5 +1,6 @@ #!/bin/sh -REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg +#REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg +REPOSITORY=marc@vdr.fritz.box:/media/hdext/borg PREFIX=nasdat borg create -v --stats --progress --compression zlib --one-file-system \ diff --git a/backupme.sh b/backupme.sh index 49c0aa6..6810aaa 100644 --- a/backupme.sh +++ b/backupme.sh @@ -1,5 +1,6 @@ #!/bin/sh -REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg +#REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg +REPOSITORY=marc@vdr.fritz.box:/media/hdext/borg if [ "$1" != "--prune" ]; then borg create -v --stats --progress --compression zlib --one-file-system \ diff --git a/backupsrc.sh b/backupsrc.sh index f7540e3..3019060 100644 --- a/backupsrc.sh +++ b/backupsrc.sh @@ -1,5 +1,6 @@ #!/bin/sh -REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg +#REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg +REPOSITORY=marc@vdr.fritz.box:/media/hdext/borg PREFIX=nassrc borg create -v --stats --progress --compression zlib --one-file-system \