uncomment Rclone sync command in docker-compose.yml and remove debugging tail command
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 17s

This commit is contained in:
krisz 2025-08-22 16:43:33 +02:00
parent 30e1176fea
commit 27ce99e742

View File

@ -125,8 +125,7 @@ services:
rclone-sync: rclone-sync:
image: rclone/rclone:latest image: rclone/rclone:latest
entrypoint: [/bin/sh] entrypoint: [/bin/sh]
command: -c 'tail -f /dev/null' command: -c 'rclone sync /data GDrive:Backups/immich/full_backup --backup-dir=GDrive:Backups/immich/archive/$$(date +%Y-%m-%d) --progress'
#command: -c 'rclone sync /data GDrive:Backups/immich/full_backup --backup-dir=GDrive:Backups/immich/archive/$$(date +%Y-%m-%d) --progress'
networks: networks:
- public - public
volumes: volumes: