Automated encrypted backups using restic to Amazon Cloud Drive
1.2K
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 |
Content type
Image
Digest
Size
68.5 MB
Last updated
about 10 years ago
docker pull nunofgs/restic-acdcli