Matches files by their last modification time.
# Files modified before a relative time
- date_modified:
before:
days_ago: 30
# Files modified after a relative time
- date_modified:
after:
hours_ago: 24
# Files modified before an absolute date
- date_modified:
before:
date: "2024-01-01"
operator description
beforeFile was modified before this time
afterFile was modified after this time
option description
seconds_agoSeconds in the past
minutes_agoMinutes in the past
hours_agoHours in the past
days_agoDays in the past
weeks_agoWeeks in the past
months_agoMonths in the past (~30.44 days)
years_agoYears in the past (~365.25 days)
option format example
dateYYYY-MM-DD2024-01-15
dateYYYY-MM-DDTHH:MM:SS2024-01-15T14:30:00
unixUnix timestamp 1704067200
- date_modified:
before:
days_ago: 30
- date_modified:
after:
hours_ago: 1
- date_modified:
before:
date: "2024-01-01"
- date_modified:
after:
weeks_ago: 1
rules:
- name: Archive Old Downloads
locations: ~/Downloads
filters:
- date_modified:
before:
days_ago: 90
actions:
- move: ~/Archive/Downloads