Skip to content

Commit

Permalink
snappr: Update README example
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Nov 16, 2023
1 parent f12aa74 commit 5059b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $ btrfs subvol list -r /mnt/bkp/ |
-p '20060102-150405' \
1@last 12@secondly:1h 7@daily 4@daily:7 6@monthly 5@yearly yearly:10 |
cut -d ' ' -f2- |
xargs btrfs subvolume delete
xargs --no-run-if-empty btrfs subvolume delete
```

#### CLI Usage
Expand Down

0 comments on commit 5059b05

Please sign in to comment.