Adds safe-reboot and safe-shutdown, removes all .sh extensions to scripts

This commit is contained in:
2026-05-21 21:09:34 +02:00
parent f806bda21b
commit 9929a7055b
38 changed files with 91 additions and 44 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if [[ -d "/var/mnt/nas/containers" ]]; then
echo "Running rclone"
/root/scripts/rclone --log-level INFO --log-file /var/log/rclone-parents.log sync --exclude nextcloud.log --exclude qbittorrent/storage/downloads/** --exclude jdownloader/storage/output/* --links /var/mnt/n>
else
echo "Missing containers directory!"
fi