This is a Docker container that uses restic to create an encrypted incremental backup and copy it to your Amazon Cloud Drive.
Obtain an OAuth token for your ACD account here.
$ docker run \
--device=/dev/fuse \
-e ACD_TOKEN=<my-oauth-token> \
-e RESTIC_PASSWORD=<my-password> \
-v <my-backups-folder>:/data \
nunofgs/restic-acdcli
Variable | Description | Default value |
---|---|---|
ACD_TOKEN | The OAuth token for your ACD account | n/a |
RESTIC_PASSWORD | The password to encrypt your backups | n/a |
RESTIC_REPOSITORY | The directory where backups will be saved to | /mounted/Backups |