An open API service indexing awesome lists of open source software.

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

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.
```