roles/basic_packages/files/local.conf aktualisiert
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 22s
Some checks failed
Ansible Dry Run / Explore-Gitea-Actions (push) Failing after 22s
This commit is contained in:
parent
6285a40c82
commit
ed969fdc4a
1 changed files with 18 additions and 4 deletions
|
|
@ -1,5 +1,19 @@
|
|||
OUTPUT=ISO
|
||||
OUTPUT=ISO
|
||||
OUTPUT_URL=sshfs://{{ rear_backup_user }}@{{rear_backup_server}}{{ rear_backup_path }}
|
||||
|
||||
BACKUP=NETFS
|
||||
BACKUP_URL=sshfs://{{ rear_backup_user }}@{{rear_backup_server}}{{ rear_backup_path }}
|
||||
BACKUP_PROG_EXCLUDE=("${BACKUP_PROG_EXCLUDE[@]}" '/media' '/var/tmp' '/var/crash' '/some/path/to/exclude/*' '/other/stuff/*.bz2')
|
||||
|
||||
CLONE_ALL_USERS_GROUPS=yes
|
||||
|
||||
# Set pigz for tar, instead of default "--gzip" so we use all CPU cores
|
||||
BACKUP_PROG_COMPRESS_OPTIONS=( --use-compress-program=pigz )
|
||||
# Make sure the rescue ISO includes the pigz binary or restore will fail
|
||||
REQUIRED_PROGS=("${REQUIRED_PROGS[@]}" 'pigz')
|
||||
|
||||
# include private keys in the rescue ISO
|
||||
SSH_FILES=yes
|
||||
# include private keys without passphrase in the rescue ISO
|
||||
SSH_UNPROTECTED_PRIVATE_KEYS=yes
|
||||
|
||||
BACKUP=NETFS
|
||||
BACKUP_URL=file:///media/rear/
|
||||
BACKUP_PROG_EXCLUDE=( "${BACKUP_PROG_EXCLUDE[@]}" '/mnt/*' '/media/*' '/var/lib/rear/*')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue