Finalizing age definitions for cleanup jobs.
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
find:
|
||||
paths: "{{ backup_dir }}/{{ item }}/daily"
|
||||
file_type: file
|
||||
age: 1h
|
||||
age: 8d
|
||||
age_stamp: ctime
|
||||
patterns: '*.sql.gz'
|
||||
recurse: false
|
||||
@@ -122,7 +122,7 @@
|
||||
find:
|
||||
paths: "{{ backup_dir }}/{{ item }}/weekly"
|
||||
file_type: file
|
||||
age: 1h
|
||||
age: 5w
|
||||
age_stamp: ctime
|
||||
patterns: '*.sql.gz'
|
||||
recurse: false
|
||||
@@ -141,7 +141,7 @@
|
||||
find:
|
||||
paths: "{{ backup_dir }}/{{ item }}/monthly"
|
||||
file_type: file
|
||||
age: 1s
|
||||
age: 56w
|
||||
age_stamp: ctime
|
||||
patterns: '*.sql.gz'
|
||||
recurse: false
|
||||
|
||||
Reference in New Issue
Block a user