backup-rclone/example.backup.env
2023-09-02 19:49:37 +02:00

9 lines
472 B
Bash

enctype="gpg" # type of encryption, use plain if the share is already encrypted (gpg,plain)
#include=("supersecretfiles" "a-folder") # include these folders in the backup (optional)
#exclude=(".thumbnails" ".git") # exclude these folders from the backup (optional)
backdir="marcel/archive" # directory on the rclone server
hashdb="$backdir/hashes.db" # database file on the rclone server
RECIPIENT_ID="123ABF84D7FAADB09015825F9231CC1FF5F1E5D2" # needed if enctype="gpg"