Updates nextcloud, fixes wallabag, synapse
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
#!/bin/bash
|
||||
/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/nas/containers encrypted-parents:Backup/containers
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user