Skip to content

Releases: ServerAstra/gnt-ext-backup

DD output buffering fix

28 Dec 19:40
Compare
Choose a tag to compare

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

10 Sep 21:59
Compare
Choose a tag to compare

See commit message

Switches bug fix and tweaks added

30 Aug 06:32
Compare
Choose a tag to compare
  • 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

30 Aug 05:38
Compare
Choose a tag to compare
Merge pull request #3 from andrew-azarov/master

Update

Initial Release

29 Aug 18:02
Compare
Choose a tag to compare

Currently works as a single module, you can import and use it directly or run at as a script, check help for more info.