Skip to content

Commit da3f073

Browse files
authored
Add correct unit to generations
From testing (and reading https://github.com/miracle2k/tarsnapper/blob/master/tarsnapper/config.py#L92) values in seconds need an `s` appending.
1 parent 4ea9a65 commit da3f073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The design goals for this were as follows:
179179
have actually run or will run, but try to match the given deltas as
180180
closely as possible.
181181
182-
The generations are defined by a list of deltas. ``60`` means a minute,
182+
The generations are defined by a list of deltas. ``60s`` means a minute,
183183
``12h`` is half a day, ``7d`` is a week. The number of backups in each
184184
generation is implied by it's and the parent generation's delta.
185185
@@ -215,4 +215,4 @@ off for weeks at a time, using the deltas ``1d 7d 30d 360d 18000d``:
215215
dropbox-20130511-055537
216216
dropbox-20130312-064042
217217
dropbox-20120325-054505
218-
dropbox-20110331-12174
218+
dropbox-20110331-12174

0 commit comments

Comments
 (0)