Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restic check: improve output / output recommendation #74

Closed
scoddy opened this issue Jan 6, 2015 · 1 comment
Closed

restic check: improve output / output recommendation #74

scoddy opened this issue Jan 6, 2015 · 1 comment
Assignees

Comments

@scoddy
Copy link
Member

scoddy commented Jan 6, 2015

fsck scans the repository (--check-data and --orphaned for full scan) but does not output useful information. E.g.:

./restic -r /mnt/usb/backup fsck --check-data
Enter Password for Repository: 
wrong data returned by backend, checksum does not match
wrong data returned by backend, checksum does not match
wrong data returned by backend, checksum does not match
wrong data returned by backend, checksum does not match
wrong data returned by backend, checksum does not match
wrong data returned by backend, checksum does not match
wrong data returned by backend, checksum does not match

Improve output and provide recommendation for the user to repair the repository (e.g. delete snapshot, redo backup, etc.).

@scoddy scoddy mentioned this issue Jan 6, 2015
@fd0 fd0 changed the title restic fsck: improve output / output recommendation restic check: improve output / output recommendation Aug 21, 2016
@fd0 fd0 closed this as completed Aug 21, 2016
@fd0
Copy link
Member

fd0 commented Aug 21, 2016

Closing this for now, fsck was replaced by check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants