nfreezer icon indicating copy to clipboard operation
nfreezer copied to clipboard

nFreezer is an encrypted-at-rest backup tool.

Results 6 nfreezer issues
Sort by recently updated
recently updated
newest added

- feat: added progress bar - feat: added exclusion list - feat: asks twice for password - docs: mentions exclusion list - docs: typo I hope you don't mind me...

A typo in entering the encryption password probably makes the backup unavailable. The usual way to mitigate this is to ask for the encryption password twice and to reject it...

enhancement

Hi, did you think about creating the remote directory structure instead of printing, that it doesn't exist? Should be quite easy to add: `sftp.makedirs(remotepath, mode=777)` on line 130/131, where it...

I chose to test NFreezer on my collection of source files pulled (mostly) from GitHub. A lot of them have dangling symlinks which NFreezer doesn't like: ```Traceback (most recent call...

bug

Hey @josephernest, as discussed here's the followup from the discussion of https://news.ycombinator.com/item?id=25240701. As a recap, here are the few points I wanted to raise, in a semi chronological * At...

enhancement

Hi there, thanks for creating this utility, I love its simplicity and effectiveness. One issue I've found is that it seems to skip hidden files (ones you only see when...