resticprofile.md
· 424 B · Markdown
Raw
```bash
resticprofile -c config.yml forget --tag nextcloud --keep-last 1
resticprofile -c config.yml forget --tag nextcloud --unsafe-allow-remove-all
```
```bash
resticprofile -c config.yml prune --max-unused 0
resticprofile -c config.yml repair index
resticprofile -c config.yml check
```
```bash
resticprofile -c config.yml snapshots --group-by tags
resticprofile -c config.yml snapshots --tag immich-data --latest 2
```
resticprofile -c config.yml forget --tag nextcloud --keep-last 1
resticprofile -c config.yml forget --tag nextcloud --unsafe-allow-remove-all
resticprofile -c config.yml prune --max-unused 0
resticprofile -c config.yml repair index
resticprofile -c config.yml check
resticprofile -c config.yml snapshots --group-by tags
resticprofile -c config.yml snapshots --tag immich-data --latest 2