autostarts: typo/quoting for backup exec
This commit is contained in:
parent
280943eae9
commit
e350d037b2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
autostarts:
|
autostarts:
|
||||||
pre: # blocking tasks before others; ie: backup
|
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
|
- "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.
|
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"
|
# - "/usr/bin/flatpak update --user --noninteractive --assumeyes | systemd-cat -t flatpak-update"
|
||||||
common:
|
common:
|
||||||
|
|
Loading…
Reference in a new issue