Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Support #67

Closed
wants to merge 29 commits into from
Closed

Azure Support #67

wants to merge 29 commits into from

Commits on Jul 30, 2021

  1. adds azure support

    Daniel Plitzko committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    91f9031 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Azure as location option in readme added

    Daniel Plitzko committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    c90f51d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. src as list: backup script list handling added

    Daniel Plitzko committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    a014b8f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. backup src list fixed

    Daniel Plitzko committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    95be18e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. access file included

    - duplicate code replaced with an include of the access file
    Daniel Plitzko committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    cb2a47b View commit details
    Browse the repository at this point in the history
  2. before and after script added

    Daniel Plitzko committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    34a9c39 View commit details
    Browse the repository at this point in the history
  3. no_log option fixed

    Daniel Plitzko committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    2157924 View commit details
    Browse the repository at this point in the history
  4. status handling added

    Daniel Plitzko committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    2ca8113 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. result log combined, notify script

    - all result logs combined in one log file
    - afterScript renamed to notifyScript
    Daniel Plitzko committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    69ef0b6 View commit details
    Browse the repository at this point in the history
  2. auto delete of result log file by size

    - deletes the result log file if it is bigger than 500 KB (default)
    - max_result_log_size can be set for each backup
    Daniel Plitzko committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    3e4c8aa View commit details
    Browse the repository at this point in the history
  3. refactoring

    Daniel Plitzko committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    979aa5e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. formating

    Daniel Plitzko committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    507866e View commit details
    Browse the repository at this point in the history
  2. formatting

    Daniel Plitzko committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    6080c20 View commit details
    Browse the repository at this point in the history
  3. acces script name by repo; directory structure

    - acces script now named by repo so no duplicated script exists
    - directory structure for backup scripts added
    Daniel Plitzko committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    11d7086 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from dplitzko/src_list

    Multiple Optimizations
    dplitzko authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    68efa12 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. zabbix notification; backup script formatting

    - backup script: output log inluds now StdOut and StdErr
    Daniel Plitzko committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    02db3fd View commit details
    Browse the repository at this point in the history
  2. readme update; backup script formated

    Daniel Plitzko committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a854a30 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. passice zabbix check

    Daniel Plitzko committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    89fd53c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. disable log for creat backup script

    Daniel Plitzko committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    604e3a6 View commit details
    Browse the repository at this point in the history
  2. more logging disabled

    Daniel Plitzko committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    020f69a View commit details
    Browse the repository at this point in the history
  3. more logging disabled

    Daniel Plitzko committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    1799d19 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. result log cleanup fixed

    Daniel Plitzko committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    8d52bd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. one-file-system option added

    Daniel Plitzko committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    f24c042 View commit details
    Browse the repository at this point in the history
  2. read access for all on backup.json

    Daniel Plitzko committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    0c84333 View commit details
    Browse the repository at this point in the history
  3. fix passiv zabbix check

    Daniel Plitzko committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    7a35ae2 View commit details
    Browse the repository at this point in the history
  4. one-file-system added; exclude fixed

    Daniel Plitzko committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    3846f27 View commit details
    Browse the repository at this point in the history
  5. exclude option fixed

    Daniel Plitzko committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    1013ba6 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. update readme: table fixed

    Daniel Plitzko committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    bf340e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. go garbage collector optimized

    Daniel Plitzko committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b635369 View commit details
    Browse the repository at this point in the history