Compare commits
1 commit
f1172682bb
...
eb1e69b49c
Author | SHA1 | Date | |
---|---|---|---|
|
eb1e69b49c |
|
@ -1,10 +1,7 @@
|
||||||
#!/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,10 +1,7 @@
|
||||||
#!/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,10 +1,7 @@
|
||||||
#!/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,10 +1,7 @@
|
||||||
#!/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,10 +1,7 @@
|
||||||
#!/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,10 +1,7 @@
|
||||||
#!/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,10 +1,7 @@
|
||||||
#!/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