Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fjen Undso
borgcron
Commits
e3651d08
Commit
e3651d08
authored
Feb 24, 2021
by
Fjen Undso
Browse files
add config template
parent
c603eab5
Changes
1
Hide whitespace changes
Inline
Side-by-side
borgbackup.config.sh.template
0 → 100644
View file @
e3651d08
#!/bin/bash
export
BORG_REPO
=
""
export
BORG_PASSPHRASE
=
""
declare
-r
COMPRESS
=
"auto,zstd"
declare
-r
ADMINMAIL
=
""
declare
-r
BORG_PARAMS
=
"
--exclude-if-present .duplicity-ignore
--exclude-if-present .backup-ignore
--exclude-if-present .nobackup
--exclude-caches
--exclude '*/.cache/*'
"
declare
-r
BORG_PATHS
=
"
/home /etc /root
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment