You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,7 @@ You should now be restored to the time when `<file_name>` save happened.
23
23
24
24
> Will this plugin fill my hard disk?
25
25
26
-
Most likely no. A regular save file is in the range of 5Kb. That said, it
27
-
would be good to clean out old save files from `~/.tmux/resurrect/` dir from
28
-
time to time.
26
+
Most likely no. A regular save file is in the range of 5Kb. And `tmux-resurrect` already has a `remove_old_backups()` routine that will ["remove resurrect files older than 30 days, but keep at least 5 copies of backup."](https://github.com/tmux-plugins/tmux-resurrect/blob/da1a7558024b8552f7262b39ed22e3d679304f99/scripts/save.sh#L271-L277)
29
27
30
28
> How do I change the save interval to i.e. 1 hour?
0 commit comments