You are not logged in.
retmux makes tmux backup and restore easily to be done. You can manage your tmux backups with retmux and get your sessions back.
retmux was written and tested with:
python 2.7.6
tmux 1.8
What can be backuped/restored?
sessions : with names, terminal-size
windows : with name, order, pane split and split layout
panes : with path and content(up to 100000 lines history content) with same look and feel (ANSI escapes)
more detailed info and screenshots can be found at: https://github.com/sk1418/retmux
Offline
How is this different from detach / reattach?
edit: thanks - I rarely use de/reattach, so I didn't recognize the limitation.
Last edited by Trilby (2013-12-24 21:45:49)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
How is this different from detach / reattach?
they are different things. with de/attach, you cannot get your sessions/windows/panes back if you do a machine reboot. or after a tmux kill-server.
with retmux, you can reload those things (sessions,windows...).
Last edited by sk1418 (2013-12-24 21:42:18)
Offline