diff options
author | crupest <crupest@outlook.com> | 2022-11-23 14:33:45 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 14:33:45 +0800 |
commit | c1632df9829b980d3e34d5c8dfacf5f6be189376 (patch) | |
tree | 94a51c83c8da84b6eb70a9380b5ad29887e73d36 /docker/auto-backup | |
parent | d02c17d4ee6ea7fd565b2c71d69119b4eccc0c22 (diff) | |
download | crupest-c1632df9829b980d3e34d5c8dfacf5f6be189376.tar.gz crupest-c1632df9829b980d3e34d5c8dfacf5f6be189376.tar.bz2 crupest-c1632df9829b980d3e34d5c8dfacf5f6be189376.zip |
Rsync? Rclone!
Diffstat (limited to 'docker/auto-backup')
-rw-r--r-- | docker/auto-backup/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auto-backup/Dockerfile b/docker/auto-backup/Dockerfile index a180740..950c54f 100644 --- a/docker/auto-backup/Dockerfile +++ b/docker/auto-backup/Dockerfile @@ -1,4 +1,4 @@ -FROM rsync/rsync:latest +FROM rclone/rclone:latest ARG CRUPEST_AUTO_BACKUP_BUCKET_NAME ARG CRUPEST_AUTO_BACKUP_INIT_DELAY=0 ARG CRUPEST_AUTO_BACKUP_INTERVAL=1d |