[maid] Move away old HomeAssistant backups

This commit is contained in:
Sebastian Schulze 2020-09-16 11:13:42 +02:00
parent 2bd94a5795
commit 696ce2b08b
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ Maid.rules do
)
end
rule 'File Hassio Backups' do
move(
dir('~/Downloads/Hass_io_*.tar'),
mkdir("~/Backup/HomeAssistant/")
)
end
rule 'Safe the Ergodox Layouts' do
move(
dir('~/Downloads/ergodox_ez*.hex'),