Compare commits
1 commit
eb1e69b49c
...
f1172682bb
Author | SHA1 | Date | |
---|---|---|---|
|
f1172682bb |
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/cryptpad-backup.env"
|
source "$SCRIPT_ABS_LOCATION/cryptpad-backup.env"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
||||||
|
|
||||||
# Container Names
|
# Container Names
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/duplicati-backup.env"
|
source "$SCRIPT_ABS_LOCATION/duplicati-backup.env"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
||||||
|
|
||||||
SOURCE_DIR="/mnt/data/duplicati"
|
SOURCE_DIR="/mnt/data/duplicati"
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/forgejo-backup.env"
|
source "$SCRIPT_ABS_LOCATION/forgejo-backup.env"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
||||||
|
|
||||||
# Container Names
|
# Container Names
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/immich-backup.env"
|
source "$SCRIPT_ABS_LOCATION/immich-backup.env"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
||||||
|
|
||||||
# Container Names
|
# Container Names
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/nextcloud-backup.env"
|
source "$SCRIPT_ABS_LOCATION/nextcloud-backup.env"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
||||||
|
|
||||||
# Container Names
|
# Container Names
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/portainer-backup.env"
|
source "$SCRIPT_ABS_LOCATION/portainer-backup.env"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
||||||
|
|
||||||
# Container Names
|
# Container Names
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
SCRIPT_ABS_LOCATION=$(realpath "$(dirname "${0}")")
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/vaultwarden-backup.env"
|
source "$SCRIPT_ABS_LOCATION/vaultwarden-backup.env"
|
||||||
|
|
||||||
|
# shellcheck disable=SC1090
|
||||||
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
source "$SCRIPT_ABS_LOCATION/../logger.sh"
|
||||||
|
|
||||||
# Container Names
|
# Container Names
|
||||||
|
|
Loading…
Reference in a new issue