Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
04b2e3b1e034d8a6ee003554f857d5d482f2fb68
04b2e3b1e034d8a6ee003554f857d5d482f2fb68
Switch branch/tag
infrastructure
roles
borg_client
templates
borg.j2
Find file
Normal view
History
Permalink
borg.j2
86 Bytes
Newer
Older
borg-client: Add borg wrapper for easy usage
Florian Pritz
committed
Sep 18, 2016
1
2
#!/bin/bash
Adjust backup host paths to new scheme
Sven-Hendrik Haase
committed
Jul 09, 2020
3
BORG_REPO
=
"{{ item['host'] }}/{{ item['dir'] }}"
exec
/usr/bin/borg
"
$@
"