mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
Adjust Borgmatic arguments for v1.7.0 (#102)
This commit is contained in:
parent
1def545c86
commit
e1ba1d1364
@ -18,7 +18,7 @@ galaxy_info:
|
|||||||
- trusty
|
- trusty
|
||||||
- xenial
|
- xenial
|
||||||
- bionic
|
- bionic
|
||||||
- name: Archlinux
|
- name: ArchLinux
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
|
@ -10,6 +10,8 @@ platforms:
|
|||||||
image: centos:7
|
image: centos:7
|
||||||
- name: almalinux-8
|
- name: almalinux-8
|
||||||
image: almalinux:8
|
image: almalinux:8
|
||||||
|
- name: almalinux-9
|
||||||
|
image: almalinux:9
|
||||||
- name: fedora-latest
|
- name: fedora-latest
|
||||||
image: fedora:latest
|
image: fedora:latest
|
||||||
- name: debian-bullseye
|
- name: debian-bullseye
|
||||||
|
@ -93,7 +93,7 @@
|
|||||||
minute: "{{ borgmatic_cron_minute }}"
|
minute: "{{ borgmatic_cron_minute }}"
|
||||||
user: "root"
|
user: "root"
|
||||||
cron_file: "{{ borgmatic_cron_name }}"
|
cron_file: "{{ borgmatic_cron_name }}"
|
||||||
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }} --create --prune"
|
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }} -C -p"
|
||||||
- name: Add cron job for infrequent checks
|
- name: Add cron job for infrequent checks
|
||||||
cron:
|
cron:
|
||||||
name: "{{ borgmatic_cron_name }}-check"
|
name: "{{ borgmatic_cron_name }}-check"
|
||||||
@ -102,7 +102,7 @@
|
|||||||
minute: "{{ borgmatic_cron_checks_minute }}"
|
minute: "{{ borgmatic_cron_checks_minute }}"
|
||||||
user: "root"
|
user: "root"
|
||||||
cron_file: "{{ borgmatic_cron_name }}"
|
cron_file: "{{ borgmatic_cron_name }}"
|
||||||
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }} --check"
|
job: "borgmatic -c /etc/borgmatic/{{ borgmatic_config_name }} -k"
|
||||||
when: borgmatic_large_repo
|
when: borgmatic_large_repo
|
||||||
|
|
||||||
- name: Add cron-job for borgmatic (normal-sized repo)
|
- name: Add cron-job for borgmatic (normal-sized repo)
|
||||||
|
@ -5,6 +5,7 @@ borg_packages:
|
|||||||
- openssh
|
- openssh
|
||||||
- pkgconfig
|
- pkgconfig
|
||||||
- python-pip
|
- python-pip
|
||||||
|
- python-setuptools
|
||||||
|
|
||||||
python_bin: python3
|
python_bin: python3
|
||||||
pip_bin: pip3
|
pip_bin: pip3
|
||||||
|
@ -6,10 +6,10 @@ borg_packages:
|
|||||||
- gcc-c++
|
- gcc-c++
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-wheel
|
# - python3-wheel
|
||||||
- python3-devel
|
- python3-devel
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-virtualenv
|
# - python3-virtualenv
|
||||||
- openssh-clients
|
- openssh-clients
|
||||||
- cronie
|
- cronie
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user