-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
7,152 additions
and
3 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- args -- | ||
2: snappr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
-- args -- | ||
snappr -sw 1@last 3@daily 2@daily:7 6@monthly 6@monthly:2 yearly | ||
-- stdin -- | ||
1672531200 | ||
1672617600 | ||
1672704000 | ||
1672790400 | ||
1672876800 | ||
1672963200 | ||
1673049600 | ||
1673136000 | ||
1673222400 | ||
1673308800 | ||
1673395200 | ||
1673481600 | ||
1673568000 | ||
1673654400 | ||
1673740800 | ||
1673827200 | ||
1673913600 | ||
1674000000 | ||
1674086400 | ||
1674172800 | ||
1674259200 | ||
1674345600 | ||
1674432000 | ||
1674518400 | ||
1674604800 | ||
1674691200 | ||
1674777600 | ||
1674864000 | ||
1674950400 | ||
1675036800 | ||
1675123200 | ||
-- stdout -- | ||
1672617600 | ||
1672704000 | ||
1672790400 | ||
1672876800 | ||
1672963200 | ||
1673049600 | ||
1673136000 | ||
1673222400 | ||
1673308800 | ||
1673395200 | ||
1673481600 | ||
1673568000 | ||
1673654400 | ||
1673740800 | ||
1673827200 | ||
1673913600 | ||
1674000000 | ||
1674172800 | ||
1674259200 | ||
1674345600 | ||
1674432000 | ||
1674518400 | ||
1674604800 | ||
1674777600 | ||
1674864000 | ||
-- stderr -- | ||
snappr: why: keep [ 1/31] Sun 2023 Jan 1 00:00:00 :: 1 month, 2 month, 1 year | ||
snappr: why: keep [19/31] Thu 2023 Jan 19 00:00:00 :: 7 day | ||
snappr: why: keep [26/31] Thu 2023 Jan 26 00:00:00 :: 7 day | ||
snappr: why: keep [29/31] Sun 2023 Jan 29 00:00:00 :: 1 day | ||
snappr: why: keep [30/31] Mon 2023 Jan 30 00:00:00 :: 1 day | ||
snappr: why: keep [31/31] Tue 2023 Jan 31 00:00:00 :: last, 1 day | ||
snappr: summary: (1) last | ||
snappr: summary: (3) 1 day | ||
snappr: summary: (2) 7 day | ||
snappr: summary: (6) 1 month (missing 5) | ||
snappr: summary: (6) 2 month (missing 5) | ||
snappr: summary: (*) 1 year | ||
snappr: summary: pruning 25/31 snapshots |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
-- args -- | ||
0: snappr --help | ||
|
||
-- stderr -- | ||
snappr --help | ||
-- stderr -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- args -- | ||
2: snappr --dummy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- args -- | ||
2: snappr dummy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- args -- | ||
2: snappr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- args -- | ||
2: snappr --extract "(" monthly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- args -- | ||
2: snappr --extract "(a)(b)" monthly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
-- args -- | ||
snappr 1@last 3@daily 2@daily:7 | ||
-- stdin -- | ||
dummy | ||
1672531200 | ||
1672617600 | ||
1672704000 | ||
1672790400 | ||
1672876800 | ||
1672963200 | ||
1673049600 | ||
1673136000 | ||
1673222400 | ||
1673308800 | ||
1673395200 | ||
1673481600 | ||
1673568000 | ||
1673654400 | ||
1673740800 | ||
1673827200 | ||
1673913600 | ||
1674000000 | ||
1674086400 | ||
1674172800 | ||
1674259200 | ||
1674345600 | ||
1674432000 | ||
1674518400 | ||
1674604800 | ||
1674691200 | ||
1674777600 | ||
1674864000 | ||
1674950400 | ||
1675036800 | ||
1675123200 | ||
-- stdout -- | ||
1672531200 | ||
1672617600 | ||
1672704000 | ||
1672790400 | ||
1672876800 | ||
1672963200 | ||
1673049600 | ||
1673136000 | ||
1673222400 | ||
1673308800 | ||
1673395200 | ||
1673481600 | ||
1673568000 | ||
1673654400 | ||
1673740800 | ||
1673827200 | ||
1673913600 | ||
1674000000 | ||
1674172800 | ||
1674259200 | ||
1674345600 | ||
1674432000 | ||
1674518400 | ||
1674604800 | ||
1674777600 | ||
1674864000 | ||
-- stderr -- | ||
snappr: warning: failed to parse unix timestamp "dummy": strconv.ParseInt: parsing "dummy": invalid syntax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- args -- | ||
snappr -wp "2006-01-02 15:04:05" -z EST5EDT -Z UTC last | ||
-- stdin -- | ||
2023-01-02 03:04:05 | ||
-- stderr -- | ||
snappr: why: keep [1/1] Sun 2023 Jan 1 22:04:05 :: last |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- args -- | ||
snappr -wp "2006-01-02 15:04:05" -Z EST5EDT last | ||
-- stdin -- | ||
2023-01-02 03:04:05 | ||
-- stderr -- | ||
snappr: why: keep [1/1] Mon 2023 Jan 2 08:04:05 :: last |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- args -- | ||
snappr -wp "2006-01-02 15:04:05" -z EST5EDT last | ||
-- stdin -- | ||
2023-01-02 03:04:05 | ||
-- stderr -- | ||
snappr: why: keep [1/1] Mon 2023 Jan 2 03:04:05 :: last |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- args -- | ||
snappr -wp "2006-01-02 15:04:05 MST" -z EST5EDT last | ||
-- stdin -- | ||
2023-01-02 03:04:05 UTC | ||
-- stderr -- | ||
snappr: why: keep [1/1] Sun 2023 Jan 1 22:04:05 :: last |