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: restic/commands.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -819,7 +819,7 @@
819
819
"Name": "keep-daily",
820
820
"Alias": "d",
821
821
"Default": "0",
822
-
"Description": "keep the last n daily snapshots (use 'unlimited' to keep all daily snapshots)",
822
+
"Description": "keep the last n daily snapshots (use 'unlimited' to keep all daily snapshots). The default value of 0 removes no snapshots. See https://restic.readthedocs.io/en/latest/060_forget.html#removing-all-snapshots",
823
823
"Once": true,
824
824
"FromVersion": "",
825
825
"RemovedInVersion": ""
@@ -828,7 +828,7 @@
828
828
"Name": "keep-hourly",
829
829
"Alias": "H",
830
830
"Default": "0",
831
-
"Description": "keep the last n hourly snapshots (use 'unlimited' to keep all hourly snapshots)",
831
+
"Description": "keep the last n hourly snapshots (use 'unlimited' to keep all hourly snapshots). The default value of 0 removes no snapshots. See https://restic.readthedocs.io/en/latest/060_forget.html#removing-all-snapshots",
832
832
"Once": true,
833
833
"FromVersion": "",
834
834
"RemovedInVersion": ""
@@ -837,7 +837,7 @@
837
837
"Name": "keep-last",
838
838
"Alias": "l",
839
839
"Default": "0",
840
-
"Description": "keep the last n snapshots (use 'unlimited' to keep all snapshots)",
840
+
"Description": "keep the last n snapshots (use 'unlimited' to keep all snapshots). The default value of 0 removes no snapshots. See https://restic.readthedocs.io/en/latest/060_forget.html#removing-all-snapshots",
841
841
"Once": true,
842
842
"FromVersion": "",
843
843
"RemovedInVersion": ""
@@ -846,7 +846,7 @@
846
846
"Name": "keep-monthly",
847
847
"Alias": "m",
848
848
"Default": "0",
849
-
"Description": "keep the last n monthly snapshots (use 'unlimited' to keep all monthly snapshots)",
849
+
"Description": "keep the last n monthly snapshots (use 'unlimited' to keep all monthly snapshots). The default value of 0 removes no snapshots. See https://restic.readthedocs.io/en/latest/060_forget.html#removing-all-snapshots",
850
850
"Once": true,
851
851
"FromVersion": "",
852
852
"RemovedInVersion": ""
@@ -864,7 +864,7 @@
864
864
"Name": "keep-weekly",
865
865
"Alias": "w",
866
866
"Default": "0",
867
-
"Description": "keep the last n weekly snapshots (use 'unlimited' to keep all weekly snapshots)",
867
+
"Description": "keep the last n weekly snapshots (use 'unlimited' to keep all weekly snapshots). The default value of 0 removes no snapshots. See https://restic.readthedocs.io/en/latest/060_forget.html#removing-all-snapshots",
868
868
"Once": true,
869
869
"FromVersion": "",
870
870
"RemovedInVersion": ""
@@ -927,7 +927,7 @@
927
927
"Name": "keep-yearly",
928
928
"Alias": "y",
929
929
"Default": "0",
930
-
"Description": "keep the last n yearly snapshots (use 'unlimited' to keep all yearly snapshots)",
930
+
"Description": "keep the last n yearly snapshots (use 'unlimited' to keep all yearly snapshots). The default value of 0 removes no snapshots. See https://restic.readthedocs.io/en/latest/060_forget.html#removing-all-snapshots",
0 commit comments