mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-04 04:34:45 -06:00
Update README.md
This commit is contained in:
@@ -56,7 +56,7 @@ $ duplicacy restore -r 1
|
|||||||
|
|
||||||
The *prune* command removes snapshots by revisions, or tags, or retention policies:
|
The *prune* command removes snapshots by revisions, or tags, or retention policies:
|
||||||
|
|
||||||
```sh
|
```shell
|
||||||
$ duplicacy prune -r 1 # Remove the snapshot with revision number 1
|
$ duplicacy prune -r 1 # Remove the snapshot with revision number 1
|
||||||
$ duplicacy prune -t quick # Remove all snapshots with a quick tag
|
$ duplicacy prune -t quick # Remove all snapshots with a quick tag
|
||||||
$ duplicacy prune -keep 1:7 # Keep 1 snapshot per day for snapshots older than 7 days
|
$ duplicacy prune -keep 1:7 # Keep 1 snapshot per day for snapshots older than 7 days
|
||||||
|
|||||||
Reference in New Issue
Block a user