wyng-backup
wyng-backup copied to clipboard
Fast backups for logical volumes & disk images
Grouping multiple updates from `send` (for example) into a single transaction may have advantages for both speed and integrity. Ideas: * Add metadata .tmp updates to a queue in the...
Four differences spotted between ash/bash/tar/rm between busybox/std unix systems that fails on busybox with https://github.com/tasket/wyng-backup/commit/e7bc559647cf6c9e7e4880895346826b7bda9427 1. dedup on send/arch-deduplication fails on ash based shell with string concat error (not tested...
Action: Invoking the `wyng` executable from the command line without any commands or options flags. Expected result: `wyng` delivering a help menu in a way in which it demonstrates it...
Add an archive duplication feature to create backups of archives in another location. ### Problem Although commands like `rsync -aH --delete` may be considered sufficient for making duplicates intact, there...
Allow user to change the passphrase used for a Wyng archive. This would likely involve storing the actual key in what is now the '.salt' file, encrypted by the chosen...
``` sudo wyng-util-qubes --dest qubes-ssh://$wyng_qube:root@$ssh_server$archive_path --authmin 1080 --includes -w remap -w opt-ssh=-C --dedup backup -wtag='sys-print,working' -wtag='qusal,working state' --debug wyng-util-qubes v0.9 beta rel 20240531 ['/usr/sbin/wyng', '--dest=qubes-ssh://wyng-rpi5_raid5:root@rpi5/mnt/Backups/nv41', '--authmin=1080', '--remap', '--opt-ssh=-C', '--tag=sys-print,working', '--tag=qusal,working...
Is it possible to run wyng instances in parallel if they're using different archives and different LVs? It looks like at least the lockfile path needs changed but not sure...
Hi Most backup tools support passing the repository address and the repository password as environment variable, this makes scripting easier, and automated backups are a must. Systemd services can load...
### Experiment See if Wyng can list and retrieve data on non-Linux systems. ### Test system * FreeBSD 14.0 in Qubes HVM * Python 3.9 * Wyng 0.8 beta5 ###...
Consider a history 'depth' setting for the number of old snapshot revisions to keep before they are deleted. This allows rapid restoration of volumes within the 'keep' window such as...