ncdu for your restic repository
This sounds very useful. I will give it a try soon, thanks!
Well this is pretty awesome! Only thing I wish is that instead of mixing it all together, you had a switch to group it by snapshot, by host, by tag, etc. Snapshot / host would be especially helpful.
Wow - this is really amazing and helpful. Dont need to use restic mount (and pay the associated performance penalty) when you have use this instead!
Hi,
just wanted to try redu under Windows.
When entering the following via command-line
redu.exe --repo "D:\redu_TEST\restic_repo" --password-file "D:\misc\password.key"
I get the following error (German Windows-version)
Error: Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch. (os error 123)
Translated into English:
Error: The syntax for the file name, directory name or data carrier designation is incorrect. (os error 123)
What am I doing wrong?
FYI: Also posted in Issues on redu-github.
Hmm… What’s wrong with builtin restic ls latest --ncdu | ncdu -f -
starting restic v0.17.0?
I guess nothing is wrong, but ‘ncdu’ is not available within Windows…
@Ilya: Not completely sure, but I think restic ls latest --ncdu | ncdu -f -
is just looking at one snapshot, while ncdu
is looking at all of them.
Didn’t think about Windows, should be nice for Windows users.
Yes, it works for specific snapshot.
Anyway, cool and useful project!
Any chance for adding this to Homebrew?
I’m not developer of this app. Ask on his github.