s/TODO/*EDIT*/ to not confuse with development TODOs

This commit is contained in:
Erik Westrup
2022-02-03 14:41:21 +01:00
parent 7499dbefcd
commit 73bce43f7d
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,8 @@ export RESTIC_BACKUP_EXCLUDE_FILE="/etc/restic/backup_exclude.txt"
# Backblaze B2 credentials keyID & applicationKey pair.
# Restic environment variables are documented at https://restic.readthedocs.io/en/latest/040_backup.html#environment-variables
export B2_ACCOUNT_ID="<b2-key-id>" # TODO fill with your keyID
export B2_ACCOUNT_KEY="<b2-application-key>" # TODO fill with your applicationKey
export B2_ACCOUNT_ID="<b2-key-id>" # *EDIT* fill with your keyID
export B2_ACCOUNT_KEY="<b2-application-key>" # *EDIT* fill with your applicationKey
# How many network connections to set up to B2. Default is 5.
export B2_CONNECTIONS=10

View File

@@ -13,11 +13,11 @@ source /etc/restic/_global.env
# Below envvar will override those in _global.env
export RESTIC_REPOSITORY="b2:<b2-repo-name>" # TODO fill with your repo name
export RESTIC_REPOSITORY="b2:<b2-repo-name>" # *EDIT* fill with your repo name
# What to backup. Colon-separated paths e.g. to different mountpoints "/home:/mnt/usb_disk".
# To backup only your home directory, set "/home/your-user"
export RESTIC_BACKUP_PATHS="" # TODO fill conveniently with one or multiple paths
export RESTIC_BACKUP_PATHS="" # *EDIT* fill conveniently with one or multiple paths
# Example below of how to dynamically add a path that is mounted e.g. external USB disk.