grandfatherson
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "grandfatherson", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"keywords": ["backup", "rotation", "algorithm", "snapshots" ], | ||
@@ -18,8 +18,8 @@ "description": "Grandfather Father Son algorithm, useful for backup rotation", | ||
}, | ||
"repository" : { | ||
"type" : "git", | ||
"repository" : { | ||
"type" : "git", | ||
"url" : "https://github.com/RideAmigosCorp/grandfatherson.git" | ||
}, | ||
}, | ||
"author": "Mark Stosberg <mark@rideamigos.com>", | ||
"license": "BSD-3-Clause" | ||
} |
@@ -31,3 +31,3 @@ # grandfatherson | ||
```javascript | ||
var condemed = gfs.toDelete(allDaysin1999, { | ||
var condemned = gfs.toDelete(allDaysin1999, { | ||
days:7, | ||
@@ -137,3 +137,3 @@ weeks:4, | ||
Currently Node 4.4.x is supported. A pull request would be accepted to make it compatible with older versions. | ||
Currently Node > 4.4.x is supported. | ||
@@ -140,0 +140,0 @@ ## Author |
45108
9