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
snapper: keep 6 hourly + 10 numbered, drop daily/weekly/monthly
Shorter retention to align with other process changes. Hourly cap
drops from 10 to 6, daily/weekly/monthly/yearly all disabled, and
NUMBER_LIMIT pinned at 10 (was the snapper default of 50) so manual
and pre-/post- snapshots have a known ceiling too.
Applies to both the root and postgres snapper configs.
Copy file name to clipboardExpand all lines: docs/GUIDE-IMAGES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ Simple quotas are enabled to track per-subvolume disk usage.
117
117
118
118
Transparent filesystem compression is enabled system-wide.
119
119
120
-
The Snapper snapshot manager is enabled by default, which takes snapshots of the subvolumes hourly and retains them for default 10 hours / 7 days / 4 weeks / 12 months periods.
120
+
The Snapper snapshot manager is enabled by default, which takes hourly snapshots of the subvolumes and retains the last 6 hourly snapshots, plus up to 10 numbered (manual / pre-/post-) snapshots.
121
121
This provides a simple way to rollback a server or a file to an earlier configuration and protects against catastrophes.
122
122
123
123
The system partition can be grown or shrunk while online.
0 commit comments