-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some raw notes about qubes-ssh and self hosting with openwrt (dropbear) #187
Comments
Some performance notes on backuping the local qube backup to qube-ssh remote archive
For low performance router (ACM3200 being openwrt first candidate) over wifi to softraid 5: Is the winner. Couterintuitively, compression helps, while whole-file and sparse doesn't.
|
Nope. In the longer run, compress is not helping
So winning is |
some other raw notes on using openwrt router (basic now, still struggling a bit to have softraid5 survive usb reset as of now)
|
@tasket the socket filename is too big when using host name of tor v3 hostname. Could that be truncated to max size (100/108 chars from what I get?) @tasket #191 also gets in the way. When changing exposed tor hidden service port from 2345 to 22 (mitigation) we see this blocking next. EDIT: opened #194 to track this |
@tlaurion None of the pycryptodome packages should be needed in the helper VM, unless you are running Wyng itself in the VM (thus its not a helper) and backing up volumes from there. (Note: this is possible with Wyng but not the util. FWIW, setting up Btrfs or LVM in an appvm isn't too difficult. IDK why anyone would use Wyng this way outside of testing purposes.)
The correct library name is python3-zstd and its optional. zlib is already built into Python. Further note on compression: If you want med-high compression ratios around 3.8:1 then bz2 can be competitive with zstd in both speed and size ratio (at least it was some years ago). This is bz2 level 8 vs zstd level 17. But they're comparable only in that narrow band. |
My own researches (in compression of initrd content for firmware space economy) is that zstd is now par if not better then bz2 depending of comoressable content. |
Testing after removing all openwrt unneeded deps (I have coreutils under openwrt which is pretty massive) and also python3 instead of python3-light lead to #195 |
This is raw notes and will finalize later modifying OP
Documentation is not so clear on distinctions of dependencies of each part implied:
Notes:
With a setup like this, if qube has public key copied on openwrt server without password on key, qube can talk to openwrt through dropbear with what it seems no additional dependencies there, to be confirmed.
The text was updated successfully, but these errors were encountered: