Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Add the possibility to define before / after backup commands and after restore command. #24

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Mar 23, 2016

  1. * Apply CRON rules ONLY if RESTORE = false

    ahfeel committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    5a148ba View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ahfeel/fix_loop_restore

    * Apply CRON rules ONLY if RESTORE = false
    ahfeel committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    1ea61e4 View commit details
    Browse the repository at this point in the history
  3. * Check if LAST_BACKUP is defined to be able to fetch back a specific…

    … backup instead of the last one.
    ahfeel committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    32350fa View commit details
    Browse the repository at this point in the history
  4. * Save environment and reload it when running backup.sh, otherwise ba…

    …ckup would totally fail because cron run them from empty environment.
    ahfeel committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    2b0c7cd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from ahfeel/allow_specific_restore

    * Check if LAST_BACKUP is defined to be able to fetch back a specific…
    ahfeel committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    629461d View commit details
    Browse the repository at this point in the history
  6. * Merge

    ahfeel committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    1fd2a42 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

  1. * Possibility to add before / after backup commands and after restore…

    … command.
    ahfeel committed Mar 24, 2016
    Configuration menu
    Copy the full SHA
    9c8b0d1 View commit details
    Browse the repository at this point in the history