Viktor's correction: this feature is about the tmux web-terminal sessions, not t3 — t3 auto-saves its own threads (~/.t3 state + daily t3-backup-state). Renamed t3-tmux-sessions -> tmux-persist (units tmux-persist-save.timer / tmux-persist-restore.service, state /var/lib/tmux-persist), header rescoped to say exactly that. Same mechanism, correct taxonomy. Old units removed, state migrated, re-verified live (5 emo + 3 wizard sessions snapshotted). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
10 lines
155 B
SYSTEMD
10 lines
155 B
SYSTEMD
[Unit]
|
|
Description=Periodic workstation tmux session snapshot
|
|
|
|
[Timer]
|
|
OnBootSec=10min
|
|
OnCalendar=*:0/5
|
|
Persistent=false
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|