bupstash icon indicating copy to clipboard operation
bupstash copied to clipboard

bustash-put: Add flag to build index from ingested .tar stream

Open nh2 opened this issue 1 year ago • 1 comments

I have some existing bustash backups that I'd like to re-write, to delete some large temp directories that were accidentally included in the backups.

There is currently no command to that.

I also cannot us

bupstash get | bupstash put

and apply some filtering on the tar stream in the middle, because as described under TIPS that would disable the ability to

create a snapshot listing for other commands like bupstash-list-contents

which I need.

So my feature request: That this snapshot listing can be added for any bupstash-put, constructing it on the fly from the tar stream.

nh2 avatar Oct 21 '24 00:10 nh2

I believe this is technically possible but wasn't added because the ingested tarball has some file ordering requirements that normal tar tools wouldn't adhere to. I don't have any ETA on this feature but I agree it would be very useful.

andrewchambers avatar Oct 21 '24 00:10 andrewchambers