Skip to content

Automated encrypted backups using restic to Amazon Cloud Drive

Notifications You must be signed in to change notification settings

nunofgs/restic-acdcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

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

About

Automated encrypted backups using restic to Amazon Cloud Drive

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages