Skip to content

Commit

Permalink
update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Dec 22, 2021
1 parent 1977f51 commit 4a1079f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions tests/INITIAL_CONFIGS/settings
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# These settings are common to all configurations

# configurations
configurations = '<<list your configurations here>>'
default_configuration = '<<default-config>>'
configurations = 'list your configurations here'
default_configuration = 'default-config'

# encryption
encryption = '<<encryption>>' # borg encryption method
encryption = 'encryption⟫' # borg encryption method
# Common choices are 'repokey' and 'keyfile'.
# With 'repokey' the encryption key is copied into repository, use this
# only if the remote repository is owned by you and is secure.
# With 'keyfile' the encryption key is only stored locally. Be sure to
# export it and save a copy in a safe place, otherwise you may not be
# able to access your backups if you lose your disk.
# specify either passphrase or avendesora_account
passphrase = '<<passcode>>' # passphrase for encryption key
avendesora_account = '<<account-name>>' # avendesora account holding passphrase
passphrase = 'passcode⟫' # passphrase for encryption key
avendesora_account = 'account-name⟫' # avendesora account holding passphrase

# basic settings
# specify notify if batch and notifier if interactive
notify = '<<your-email-address>>' # who to notify when things go wrong
notify = 'your-email-address⟫' # who to notify when things go wrong
notifier = 'notify-send -u normal {prog_name} "{msg}"'
# interactive notifier program
remote_ratelimit = 2000 # bandwidth limit in kbps
prune_after_create = True # automatically run prune after a backup
check_after_create = 'latest' # automatically run check after a backup

# repository settings
repository = '<<host>>:<<path>>/{host_name}-{user_name}-{config_name}'
repository = 'host⟫:⟪path/{host_name}-{user_name}-{config_name}'
prefix = '{host_name}-'
# These may contain {<name>} where <name> is any of host_name, user_name,
# prog_name config_name, or any of the user specified settings.
Expand Down
2 changes: 1 addition & 1 deletion tests/test-cases.nt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ emborg without configs:
expected:
> Configuration directory created: /«TESTS»/.config/emborg.
> Includes example settings files. Edit them to suit your needs.
> Search for and replace any fields delimited with << and >>.
> Search for and replace any fields delimited with and .
> Delete any configurations you do not need.
> Generally you will use either home or root, but not both.
cmp_dirs: /«TESTS»/INITIAL_CONFIGS .config/emborg
Expand Down

0 comments on commit 4a1079f

Please sign in to comment.