Adjust Borgmatic arguments for v1.7.0 (#102)

This commit is contained in:
Manu 2022-09-03 11:07:50 +02:00 committed by GitHub
parent 1def545c86
commit e1ba1d1364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 5 deletions

View File

@ -18,7 +18,7 @@ galaxy_info:
- trusty - trusty
- xenial - xenial
- bionic - bionic
- name: Archlinux - name: ArchLinux
versions: versions:
- all - all
galaxy_tags: galaxy_tags:

View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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