Releases: NuLL3rr0r/omnibackup
Releases · NuLL3rr0r/omnibackup
Minor Feature Addition
- Add support for {TIME} variable in archive names in addition to {DATE}
- Add FreeBSD installation instructions from Ports or pkgng
Beta release
Backward compatible change in how the config.json is handled in order to make it easier to package OmniBackup in a distro.
Now it looks for config.json in the following order:
- In the user's home directory ~ that OmniBackup runs under. e.g: /root/.omnibackup/config.json or /home/babaei/.omnibackup/config.json
- In /usr/local/etc/omnibackup/config.json
- In /etc/omnibackup/config.json
- In the current directory which is the directory that OmniBackup executable itself resides
Bugfix release
- Documentation moved to GitHub
- Official GNU/Linux support
Bugfix release
Adds license file
Ignores config.json file in .gitignore
Initial Release
Alpha quality MVP