ENV backup fixes
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
community.general.archive:
|
||||
path: "{{ backup_rules.directories_to_backup }}"
|
||||
dest: >-
|
||||
{{ backup_rules.backup_dir }}/{{ backup_rules.backup_name_prefix }}_
|
||||
{{ now().strftime("%Y%m%d%H%M%S") }}.tar.gz
|
||||
{{ backup_rules.backup_dir }}/{{ backup_rules.backup_name_prefix }}_{{ now().strftime("%Y%m%d%H%M%S") }}.tar.gz
|
||||
format: gz
|
||||
async: 3600
|
||||
poll: 60
|
||||
|
||||
Reference in New Issue
Block a user