```bash restic -r "rest:https://asdb:defdg@migpdojv.repo.borgbase.com" forget --password-file ./password.key --tag nextcloud --keep-last 1 restic -r "rest:https://asdb:defdg@migpdojv.repo.borgbase.com" forget --password-file ./password.key --tag nextcloud --unsafe-allow-remove-all ``` ```bash restic -r "rest:https://asdb:defdg@migpdojv.repo.borgbase.com" prune --password-file ./password.key --max-unused 0 restic -r "rest:https://asdb:defdg@migpdojv.repo.borgbase.com" repair index --password-file ./password.key restic -r "rest:https://asdb:defdg@migpdojv.repo.borgbase.com" check --password-file ./password.key ``` ```bash restic -r "rest:https://asdb:defdg@migpdojv.repo.borgbase.com" snapshots --password-file ./password.key --group-by tags restic -r "rest:https://asdb:defdg@migpdojv.repo.borgbase.com" snapshots --password-file ./password.key --tag immich-data --latest 2 ``` ```bash restic -r "rest:https://asdb:defdg@migpdojv.repo.borgbase.com" mount --password-file ./password.key /tmp/restic/ ```