Releases Tags
-
Version 3.5.1
released this 1 year ago | 0 commits to master since this release
BUGFIX to version 3.5
- erroneous spaces were added to the details file by accident (auto-format), corrected in this release :-)
Downloads
-
Version 3.5
released this 1 year ago | 1 commits to master since this release
Bugfixes and customization features. Thx to @mason-xx for the suggestions!
- ability to turn off ANSI log file colourization (github issue #9)
- added variable to details file that specifies a custom SSH port for borg remote server (github issue #9)
- cmd-line parameter to specify non-default borg path (github issue #10)
- fixed possible issues with command aliases for cp and cd script commands
- fixed some typos in various comments
- fixed log file bug where colour names were printed instead of the colour being applied
Downloads
-
Version 3.1.1
released this 1 year ago | 6 commits to master since this release
Logwatch script update, documentation updates
- update Logwatch script to scan for newer log file messages
- fix misleading comments in backup.details regarding the necessity for specifying extra locations
- update sample xtraLocations
Downloads
-
Version 3.1
released this 1 year ago | 12 commits to master since this release
- change borg cmd common-options order for compatibility across versions (thanks to lluis!)
Downloads
-
Version 3.0
released this 1 year ago | 13 commits to master since this release
- fixed a few minor bugs in v2.0 backup script related to parameter shifting (nothing operational)
- added compression parameter as suggested by shaneonabike (
85e34c73a3
) - NEW RESTORE SCRIPT!
- suggested by RavenDK83
- automates restoring an extracted borg backup archive to a fresh mailcow installation
- let me know if you want any other features added to this script
Downloads
-
Version 2.0
released this 2 years ago | 51 commits to master since this release
- switch to POSIX-compliant script and away from BASH (better portability)
- remove esoteric error codes, more verbose errors in the log file
- update script handling of parameters
- remove detection of mailcow config files, rely on parameter input (more reliable)
- switch config details file to INI style so that it isn't dependant on spacing anymore (also allows comments!)
Let me know if there are any issues still lingering from the older 1.x BASH-based script line. I hope this helps you out!
Downloads
-
Version 1.5.1
released this 2 years ago | 91 commits to master since this release
Fixes (minor):
- Erroneous reports of error 103 & 104 despite containers all restarting properly [FIXED]
Special thx to Ry3nlNaToR for finding this
Downloads
-
Version 1.5
released this 3 years ago | 92 commits to master since this release
Barring any major issues, this will probably be the last release using BASH instead of POSIX-shell. Plus, there are quite a few inefficiencies I'd like to tidy up in a new 2.0 release.
The following fixes are in this release:
- Detect and use non-standard/older mailcow container names (thx to hockeymikey)
- Remove auto-detect mailcow.conf and opt for the user supplying the actual path where it's located
- This avoids issues with other files also named 'mailcow.conf' such as webserver definition files
Downloads
-
Version 1.1.1
released this 4 years ago | 101 commits to master since this release
- Fixed error where timestamps didn't update in the log file.
Downloads