File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,18 @@ contains space-separated list of additional programs to restore.
32
32
33
33
set -g @resurrect-processes 'false'
34
34
35
- - Restore ** all** programs (be careful with this !):
35
+ - Restore ** all** programs (dangerous !):
36
36
37
37
set -g @resurrect-processes ':all:'
38
38
39
+ Be * very careful* with this: tmux-resurrect can not know which programs take
40
+ which context, and a ` sudo mkfs.vfat /dev/sdb ` that was just formatting an
41
+ external USB stick could wipe your backup hard disk if that's what's attached
42
+ after rebooting.
43
+
44
+ This option is primarily useful for experimentation (e.g., to find out which
45
+ program is recognized in a pane).
46
+
39
47
### Clarifications <a name =" clarfications " ></a >
40
48
41
49
> I don't understand tilde ` ~ ` , what is it and why is it used when restoring
You can’t perform that action at this time.
0 commit comments