JMarkin / restic-gitignore

restic backup script without gitignore files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple docker image for backup with restic without gitignore files

USAGE

docker run --rm -it -e BACKUP_DIR=/projects -v ~/.config/rclone/rclone.conf:/rclone.conf -e RESTIC_PASSWORD=passwird -e RESTIC_REPOSITORY=rclone:foo:projects -v ~/projects:/projects jmarkin/restic-gitignore backup

About

restic backup script without gitignore files


Languages

Language:Dockerfile 60.3%Language:Shell 39.7%