Update archive to include workflow name; restore rough draft

This commit is contained in:
2025-03-05 10:46:54 -05:00
parent 2f2801b79f
commit be4aa9282e
2 changed files with 31 additions and 10 deletions

View File

@ -57,7 +57,7 @@
- name: Create backup of ReaR configuration files
community.general.archive:
path: /etc/rear
dest: /root/etc-rear-backup.tar.gz
dest: /root/etc-rear-backup-{{ rear_backup_workflow }}.tar.gz
format: gz
force_archive: true
mode: "0600"