Sign inSign up

nunofgs/restic-acdcli

By nunofgs

•Updated about 10 years ago

Automated encrypted backups using restic to Amazon Cloud Drive

Image
0

1.2K

nunofgs/restic-acdcli repository overview

⁠Automated encrypted backups using restic to Amazon Cloud Drive

This is a Docker container that uses restic⁠ to create an encrypted incremental backup and copy it to your Amazon Cloud Drive.

⁠Quick start

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

⁠Supported environment variables

VariableDescriptionDefault value
ACD_TOKENThe OAuth token for your ACD accountn/a
RESTIC_PASSWORDThe password to encrypt your backupsn/a
RESTIC_REPOSITORYThe directory where backups will be saved to/mounted/Backups

Tag summary

Content type

Image

Digest

Size

68.5 MB

Last updated

about 10 years ago

docker pull nunofgs/restic-acdcli