autostarts: typo/quoting for backup exec

This commit is contained in:
Josh Lay 2024-06-20 16:15:27 -05:00
parent 280943eae9
commit e350d037b2
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -2,7 +2,7 @@
autostarts:
pre: # blocking tasks before others; ie: backup
- "truncate -s 0 --no-create ~/.gnupg/trezor/gpg-agent.log" # this grows ridiculously large/fast, clear it on login - before backup
- "foot backup_home" # custom 'restic' and 'pass'-drive backup script in ~/.local/bin
- "foot backup_home" # custom 'restic'/'pass'-driven backup script in '~/.local/bin'
weekend: [] # blocking tasks to run on weekends, after 'pre' but before the rest in 'common'. 'work' is excluded from weekends.
# - "/usr/bin/flatpak update --user --noninteractive --assumeyes | systemd-cat -t flatpak-update"
common: