Compare commits
3 Commits
5031833f39
...
e93124e556
Author | SHA1 | Date | |
---|---|---|---|
e93124e556 | |||
58196e3f24 | |||
640e2e0efe |
@ -42,6 +42,30 @@
|
||||
with_items:
|
||||
- app/syncthing.yml
|
||||
tags: [ always ]
|
||||
- name: assure movement cronjobs
|
||||
cron:
|
||||
name: "{{ item.name }}"
|
||||
minute: 0
|
||||
hour: 5
|
||||
job: "rsync -avHS --remove-source-files '/data/syncthing/data/{{ item.src }}/' '/data/syncthing/data/{{ item.dest }}/' && rmdir '/data/syncthing/data/{{ item.src }}' "
|
||||
with_items:
|
||||
# This works around a bug in my Android app lol
|
||||
- name: husky test workaround
|
||||
src: Pictures/Husky Test
|
||||
dest: Pictures/Unsorted/Husky
|
||||
- name: move messaging to unsorted
|
||||
src: Pictures/Messaging
|
||||
dest: Pictures/Unsorted/Messaging
|
||||
- name: move discord to unsorted
|
||||
src: Pictures/Discord
|
||||
dest: Pictures/Unsorted/Discord
|
||||
- name: move camera roll to unsorted
|
||||
src: Pictures/Camera Roll
|
||||
dest: Pictures/Unsorted/Camera Roll
|
||||
- name: move cp2077 to screenshots
|
||||
src: Pictures/Cyberpunk 2077
|
||||
dest: Pictures/Unsorted/Screenshots/Vidya/Cyberpunk 2077
|
||||
tags: [ cron ]
|
||||
roles:
|
||||
- role: backup
|
||||
vars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user