mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-11 13:53:16 +00: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