backupX url=kodi.fritz.box
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
REPOSITORY=pi@kodi:/media/hdext/borg
|
||||
REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg
|
||||
PREFIX=nasdat
|
||||
|
||||
borg create -v --stats --progress --compression zlib --one-file-system \
|
||||
@@ -14,7 +14,8 @@ borg create -v --stats --progress --compression zlib --one-file-system \
|
||||
--exclude '/dat/docu/dropbox' \
|
||||
--exclude '/dat/docu/A' \
|
||||
--exclude '/dat/docu/E' \
|
||||
|
||||
--exclude '/dat/docu/Download' \
|
||||
--exclude '*/files_trashbin' \
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
REPOSITORY=pi@kodi:/media/hdext/borg
|
||||
REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg
|
||||
|
||||
if [ "$1" != "--prune" ]; then
|
||||
borg create -v --stats --progress --compression zlib --one-file-system \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
REPOSITORY=pi@kodi:/media/hdext/borg
|
||||
REPOSITORY=pi@kodi.fritz.box:/media/hdext/borg
|
||||
PREFIX=nassrc
|
||||
|
||||
borg create -v --stats --progress --compression zlib --one-file-system \
|
||||
|
||||
Reference in New Issue
Block a user