Files
config/backup/backup-tmux.conf
2025-10-07 17:09:13 +01:00

12 lines
307 B
Plaintext

# tmux-oneshot.conf
# Configuration file for tmux-oneshot.sh
# Session name (leave empty to use first word of command)
SESSION="backup"
# Command to run (leave empty to use command line arguments)
COMMAND="sh backup-sync.sh"
# Whether to attach to session after running command (0 or 1)
ATTACH_SESSION=1