-
released this
2022-09-09 22:08:14 -06:00 | 0 commits to main since this release- Script supports both Docker-Compose v1 and v2 since v2 is now the recommended version for Mailcow.
- compose version is auto-detected (in 99% of cases)
- added version display to command-line switches as per request
- clean-up of various error-handling loops
As always, let me know if you run into any issues or have any suggestions!
Downloads
- Script supports both Docker-Compose v1 and v2 since v2 is now the recommended version for Mailcow.
-
Version 3.5.1 Stable
released this
2021-03-08 03:52:28 -07:00 | 14 commits to main since this releaseBUGFIX to version 3.5
- erroneous spaces were added to the details file by accident (auto-format), corrected in this release :-)
Downloads
-
Version 3.5 Pre-Release
released this
2021-03-08 01:00:30 -07:00 | 15 commits to main since this releaseBugfixes 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 Stable
released this
2021-02-15 15:46:18 -07:00 | 20 commits to main since this releaseLogwatch 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 Stable
released this
2021-02-09 17:00:18 -07:00 | 26 commits to main since this release- change borg cmd common-options order for compatibility across versions (thanks to lluis!)
Downloads
-
Version 3.0 Stable
released this
2021-02-09 15:04:26 -07:00 | 27 commits to main 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 Stable
released this
2020-05-24 04:54:16 -06:00 | 65 commits to main 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 Stable
released this
2020-03-06 00:43:04 -07:00 | 105 commits to main since this releaseFixes (minor):
- Erroneous reports of error 103 & 104 despite containers all restarting properly [FIXED]
Special thx to Ry3nlNaToR for finding this
Downloads
-
Version 1.5 Stable
released this
2019-09-10 17:22:43 -06:00 | 106 commits to main since this releaseBarring 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 Stable
released this
2018-10-28 05:25:59 -06:00 | 115 commits to main since this release- Fixed error where timestamps didn't update in the log file.
Downloads