https://github.com/ddworken/snapper-delete
A subcommand for snapper that deletes a file from all past snapshots
https://github.com/ddworken/snapper-delete
Last synced: about 1 month ago
JSON representation
A subcommand for snapper that deletes a file from all past snapshots
- Host: GitHub
- URL: https://github.com/ddworken/snapper-delete
- Owner: ddworken
- License: gpl-2.0
- Created: 2015-11-10T16:46:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-10T17:05:15.000Z (over 10 years ago)
- Last Synced: 2025-01-17T19:51:27.043Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snapper-delete
Used to delete a specified file from all previous snapper snapshots.
```
usage: snapper-delete.py [-h] -f FILENAME
snapper-delete: Delete a file from all previous snapshots.
optional arguments:
-h, --help show this help message and exit
-f FILENAME, --filename FILENAME
Location of the file you want to delete.
```