Home Explore Help
Sign In
asif
/
MailcowBackup
1
0
Fork 0
Code Issues 4 Releases 9 Wiki Activity

Releases Tags

  • Stable MailcowBackupV3.5.1 aa2c17799c
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 3.5.1

    asif 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Pre-Release MailcowBackupV3.5 1334975cab
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 3.5

    asif 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable MailcowBackupV3.1.1 16f4c11f91
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 3.1.1

    asif 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable MailcowBackupV3.1 f2231c7074
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 3.1

    asif 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable MailcowBackupV3.0 2747b10040
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 3.0

    asif 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable MailcowBackupV2.0 a1aff03e2d
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 2.0

    asif 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable MailcowBackupV1.5.1 04bc748816
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 1.5.1

    asif 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable MailcowBackupV1.5 a26bb36f17
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 1.5

    asif 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
  • Stable MailcowBackupV1.1.1 e23feddb1b
    Compare
    MailcowBackupV1
    MailcowBackupV1.1
    MailcowBackupV1.1.1
    MailcowBackupV1.5
    MailcowBackupV1.5.1
    MailcowBackupV2.0
    MailcowBackupV3.0
    MailcowBackupV3.1
    MailcowBackupV3.1.1
    MailcowBackupV3.5
    MailcowBackupV3.5.1
    ${ item.name }
    Create tag ${ searchTerm }
    Create branch ${ searchTerm }
    from 'master'
    ${ noResults }

    Version 1.1.1

    asif released this 4 years ago | 101 commits to master since this release

    • Fixed error where timestamps didn't update in the log file.
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
     
Powered by Gitea
English
English 简体中文 繁體中文(香港) 繁體中文(台灣) Deutsch français Nederlands latviešu русский Українська 日本語 español português do Brasil Português de Portugal polski български italiano suomi Türkçe čeština српски svenska 한국어
Licenses API Website