Releases: ServerAstra/gnt-ext-backup
Releases · ServerAstra/gnt-ext-backup
DD output buffering fix
Just the DD ingress buffering fix.
If we dump it on remote FS and it syncs on every write lz4 might do it very weirdly (small blocks less than 4mb for example).
Bugfixes
See commit message
Switches bug fix and tweaks added
- backup_folder switch added, previously availably only through module load
- dd_buffer and lv_size added for tweaking. In case your backup slows down and lv snapshot gets overrun, change the lv_size to something bigger (never happened to us). dd_buffer is for in memory buffering, useful if remote hardware is slow, but local is fast. Loads in memory and sends data remotely to unload as fast as it can. 128M is suitable for 1gbit/s, but if you have lots of spare ram on nodes and backup server you can increase this.
Fix to release readme
Merge pull request #3 from andrew-azarov/master Update
Initial Release
Currently works as a single module, you can import and use it directly or run at as a script, check help for more info.