tmux-resurrect
tmux-resurrect copied to clipboard
please update doc
Since resurrect dd36a4561 it can use XDG_DATA_HOME, but save_dir.md gives only the legacy ~/.tmux/resurrect directory. I had to browse the source to find my resurrect_dir repository.
Also restoring_previously_saved_environment.md uses only the legacy directory, it also affirms that
None of the previous saves are deleted (unless you explicitly do that)
I have not checked, but to read the save.sh script, I see that by default it
remove resurrect files older than 30 days (default), but keep at least 5 copies of backup.
this was added in 37516976ff