Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
c0f0f566
Verified
Commit
c0f0f566
authored
Jan 26, 2021
by
Sven-Hendrik Haase
Browse files
Small linting and whitespace fixes
parent
72f75ab8
Pipeline
#4852
passed with stage
in 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/borg_client/templates/backup-my.cnf.j2
View file @
c0f0f566
[client]
[client]
user = root
user = root
password = "{{vault_mariadb_users.root}}"
password = "{{
vault_mariadb_users.root
}}"
roles/borg_client/templates/backup-postgres.sh.j2
View file @
c0f0f566
#!/bin/bash
#!/bin/bash
#
#
# Script to backup all postgres databases individually
# Script to backup all postgres databases individually
#
#
# Requires local login with `postgres` user and either trusted or peer auth.
# Requires local login with `postgres` user and either trusted or peer auth.
#
#
...
...
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