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