Compare commits

..

11 Commits

Author SHA1 Message Date
fabian
d3d0a4cc5d updated command to docker compose 2.0 2024-09-01 14:47:17 +02:00
fabian
ae2779f48e fix npe-like-error 2024-09-01 14:46:44 +02:00
0d7c1902c1 fkin just work now... please 2024-04-01 00:17:07 +02:00
d8e73040bc Merge branch 'debian' of ssh://git.szimnau.de:222/fabian/sync into debian 2024-04-01 00:14:47 +02:00
bb09061c3b improved automatic updates via executeAndNotify to enable fire-and-forget 2024-03-31 23:59:16 +02:00
08fbd0beb9 new function to update debian based systems
improved automatic updates via executeAndNotify to enable fire-and-forget
2024-03-31 23:58:19 +02:00
e99b430ce8 new function to update debian based systems
improved automatic updates via executeAndNotify to enable fire-and-forget
2024-03-31 23:54:05 +02:00
1952ece138 - commented out options not working in ancient debian version 2024-03-31 23:47:34 +02:00
a50baf801c Revert "Revert "old raspi version of nanorc cannot handle certain settings""
This reverts commit 844fe85d6d.
2024-03-31 23:46:47 +02:00
0306ebc04c enable mounting media 2024-03-31 23:33:35 +02:00
1ea29d78d7 since the directory is not used only for movies anymore, rename 2024-03-31 23:33:01 +02:00
6 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ backupRootDirectory /etc/docker/daemon.json $BACKUP_DIR_ROOT/docker/
### upload backup ###
#####################
if [[ "$1" == "--noupload" ]]; then
if [[ $# > 0 && "$1" == "--noupload" ]]; then
exit 0;
fi

View File

@@ -16,7 +16,7 @@ upDownContainers() {
continue;
fi
cd $subdir;
docker-compose $@;
docker compose $@;
done
}

View File

@@ -3,4 +3,4 @@ set -euo pipefail
source /sync/scripts/mount_general.sh
sshMount edi edi fabian FabisDokumente
sshMount edi edi fabian FabisDokumente media Medien

View File

@@ -3,4 +3,4 @@ set -euo pipefail
source /sync/scripts/mount_general.sh
sshMount fabian garrus fabian FabisDokumente media Filme
sshMount fabian garrus fabian FabisDokumente media Medien

View File

@@ -3,4 +3,4 @@ set -euo pipefail
source /sync/scripts/unmount_general.sh
sshUnmount FabisDokumente
sshUnmount FabisDokumente Medien

View File

@@ -3,4 +3,4 @@ set -euo pipefail
source /sync/scripts/unmount_general.sh
sshUnmount FabisDokumente Filme
sshUnmount FabisDokumente Medien