On Wed, Mar 03, 2021 at 03:23:55PM +0000, Stuart Henderson wrote: > On 2021/03/03 15:23, Bjorn Ketelaars wrote: > > I would like to import bupstash, which is a tool (written in rust) for > > encrypted backups. Features are somewhat comparable to those of > > sysutils/borgbackup and sysutils/restic. Interesting is that it feels > > considerably faster than borgbackup, and the list of run dependencies is > > short (1). Enclosed tarball supersedes the version I've sent earlier > > [0]. > > The rundeps are short because they are bundled of course ;) > I don't know if it's better to use this src+deps bundle tar.gz, or if > it might be better to use the smaller git archive and normal MODCARGO > infrastructure, CC'ing semarie, what do you think?
MODCARGO will take care of some aspects: libsqlite3 is bundle in the src+deps for example (and lz4 might be too, but MODCARGO doesn't manage it for now). but it is more work to use MODCARGO instead of just using src+deps... -- Sebastien Marie