Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BorgBackup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
BorgBackup
Compare revisions
0c26c2fe9dd05999f44ff1710d8e3e44e020afc6 to 7d4bcf1ce4ffd42389400bb5ef2216762e529827
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/borgbackup
Select target project
No results found
7d4bcf1ce4ffd42389400bb5ef2216762e529827
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/borgbackup
Select target project
ansible/roles/borgbackup
1 result
0c26c2fe9dd05999f44ff1710d8e3e44e020afc6
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Fix borgmatic init inside container
· 7d4bcf1c
jurgenhaas
authored
8 months ago
7d4bcf1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
handlers/main.yml
+1
-1
1 addition, 1 deletion
handlers/main.yml
with
1 addition
and
1 deletion
handlers/main.yml
View file @
7d4bcf1c
...
...
@@ -5,6 +5,6 @@
command
:
borgmatic init --encryption repokey
-
name
:
Init Borg App
command
:
dc exec -it -u root borgmatic borgmatic
--
init --encryption repokey
command
:
dc exec -it -u root borgmatic borgmatic init --encryption repokey
args
:
chdir
:
'
{{
application_root
}}'
This diff is collapsed.
Click to expand it.