Adjust Borgmatic arguments for v1.7.0 (#102)
This commit is contained in:
parent
1def545c86
commit
e1ba1d1364
@ -18,7 +18,7 @@ galaxy_info:
|
||||
- trusty
|
||||
- xenial
|
||||
- bionic
|
||||
- name: Archlinux
|
||||
- name: ArchLinux
|
||||
versions:
|
||||
- all
|
||||
galaxy_tags:
|
||||
|
@ -10,6 +10,8 @@ platforms:
|
||||
image: centos:7
|
||||
- name: almalinux-8
|
||||
image: almalinux:8
|
||||
- name: almalinux-9
|
||||
image: almalinux:9
|
||||
- name: fedora-latest
|
||||
image: fedora:latest
|
||||
- name: debian-bullseye
|
||||
|
@ -93,7 +93,7 @@
|
||||
minute: "{{ borgmatic_cron_minute }}"
|
||||
user: "root"
|
||||
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
|
||||
cron:
|
||||
name: "{{ borgmatic_cron_name }}-check"
|
||||
@ -102,7 +102,7 @@
|
||||
minute: "{{ borgmatic_cron_checks_minute }}"
|
||||
user: "root"
|
||||
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
|
||||
|
||||
- name: Add cron-job for borgmatic (normal-sized repo)
|
||||
|
@ -5,6 +5,7 @@ borg_packages:
|
||||
- openssh
|
||||
- pkgconfig
|
||||
- python-pip
|
||||
- python-setuptools
|
||||
|
||||
python_bin: python3
|
||||
pip_bin: pip3
|
||||
|
@ -6,10 +6,10 @@ borg_packages:
|
||||
- gcc-c++
|
||||
- openssl-devel
|
||||
- python3-pip
|
||||
- python3-wheel
|
||||
# - python3-wheel
|
||||
- python3-devel
|
||||
- python3-setuptools
|
||||
- python3-virtualenv
|
||||
# - python3-virtualenv
|
||||
- openssh-clients
|
||||
- cronie
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user