andrewchambers / bupstash

Easy and efficient encrypted backups.
https://bupstash.io
MIT License
898 stars 31 forks source link

Feature to re-encrypt/re-chunk data #401

Open nh2 opened 8 months ago

nh2 commented 8 months ago

There are a couple reasons why a user may want to re-encrypt and re-chunk data:

Unfortunately one cannot use direct bupstash get | bupstash put for this task, because bupstash put docs say:

The difference between piping tar command output into bupstash put, and using bupstash put directly on a directory, is the latter is able to use a send log and avoid reading files that has already been sent to the server, and is able to create a snapshot listing for other commands like bupstash-list-contents.

So one would lose listing functionality.

It would be nice to have either or both of: