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
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 17s
This commit is contained in:
parent
30e1176fea
commit
27ce99e742
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user