notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
omnibackup One Script to back them all up
0.2.1 sysutils on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.2.1Version of this port present on the latest quarterly branch.
Maintainer: info@babaei.net search for ports maintained by this maintainer
Port Added: 2018-07-18 12:48:47
Last Update: 2023-02-08 10:53:56
Commit Hash: 6e1233b
People watching this port, also watch:: coreutils, vault, fcron, flock, monit
License: MIT
WWW:
https://github.com/NuLL3rr0r/omnibackup
Description:
OmniBackup is a MIT-licensed, feature rich, pure Bash script which assists you in taking periocdic backups from OpenLDAP, PostgreSQL, MariaDB / MySQL and your filesystem. It also lets you extend OmniBackup by creating custom backup scenarios and defining your own customized scripts. Configuration in OmniBackup is done through JSON. It also provides plenty of compression and cryptography algorithms such as LZMA2, gzip and bzip2 compression algorithms, and AES-128, AES-192 and AES-256 symmetric cryptography algorithms. Furthermore, it has support for RSA signatures to verify the backup origin and integrity on remote servers. MD4, MD5, MDC-2, RIPEMD160, SHA, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 and WHIRLPOOL are supported as backup integrity hash algorithms. It supports multiple backup servers and as many as reports recipients through email. It has the optional ability to follow symbolic links or to preserve permissions inside backup files. And, last but not least it provides random passphrase generation for encrypted archives with variable length and patterns or a unique passphrase for all backups. It's also possible to encrypt each passphrase by using RSA public keys for individual backup servers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/omnibackup
  2. /usr/local/etc/omnibackup/config.json.sample
  3. /usr/local/share/doc/omnibackup/README.md
  4. /usr/local/share/licenses/omnibackup-0.2.1/catalog.mk
  5. /usr/local/share/licenses/omnibackup-0.2.1/LICENSE
  6. /usr/local/share/licenses/omnibackup-0.2.1/MIT
Collapse this list.
Dependency lines:
  • omnibackup>0:sysutils/omnibackup
To install the port:
cd /usr/ports/sysutils/omnibackup/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/omnibackup
  • pkg install omnibackup
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: omnibackup
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1572913297 SHA256 (NuLL3rr0r-omnibackup-0.2.1_GH0.tar.gz) = 9b605063b9a5fdd72c1f0b7577e2155fa9f4e496372bca51789ce644583cb139 SIZE (NuLL3rr0r-omnibackup-0.2.1_GH0.tar.gz) = 47842

Packages (timestamps in pop-ups are UTC):
omnibackup
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.2.10.2.10.2.10.2.10.2.1-0.2.1-
FreeBSD:13:quarterly0.2.10.2.10.2.10.2.10.2.1-0.2.10.2.1
FreeBSD:14:latest0.2.10.2.10.2.10.2.10.2.1--0.2.1
FreeBSD:14:quarterly0.2.10.2.1-0.2.10.2.1-0.2.10.2.1
FreeBSD:15:latest0.2.10.2.1n/a0.2.1n/a-0.2.10.2.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. bash : shells/bash
  2. flock : sysutils/flock
  3. jq : textproc/jq
  4. sudo : security/sudo
  5. slapcat : net/openldap26-server
  6. pg_dump : databases/postgresql13-client
  7. pg_dumpall : databases/postgresql13-client
  8. mysqldump : databases/mysql57-client
Library dependencies:
  1. libldap.so.2 : net/openldap26-client
  2. libpq.so.5 : databases/postgresql13-client
  3. libmysqlclient.so.20 : databases/mysql57-client
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for omnibackup-0.2.1: DOCS=on: Build and/or install documentation OPENLDAP=on: OpenLDAP support PGSQL=on: PostgreSQL database support MYSQL=on: MySQL database support ===> Use 'make config' to modify these settings
Options name:
sysutils_omnibackup
USES:
ldap pgsql mysql
pkg-message:
For install:
In order to run OmniBackup, you will need to create and configure the main configuration file, e.g.: $ cp -p /usr/local/etc/omnibackup/config.json.sample \ /usr/local/etc/omnibackup/config.json or, create it in the root users' home directory: $ cp -p /usr/local/etc/omnibackup/config.json.sample \ /root/.omnibackup/config.json In order to take automatic backups every 24 hours at 01:00am UTC run this command: $ crontab -e -u root Then add the following lines to the root users' crontab: # OmniBackup daily backups 00 01 * * * /usr/local/bin/omnibackup To avoid data loss, make sure to consult the documentation at: * /usr/local/share/doc/omnibackup/README.md or * https://github.com/NuLL3rr0r/omnibackup Before you use it in production.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/NuLL3rr0r/omnibackup/tar.gz/0.2.1?dummy=/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.1
08 Feb 2023 10:53:56
commit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628dacommit hash: 6e1233be229212a0496f42d611bd40f3e3a628da files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**ldap.mk: Convert USE_LDAP to USES=ldap

Convert the USE_LDAP=yes to USES=ldap and adds the following features:

- Adds the argument USES=ldap:server to add openldap2{4|5|6}-server as
  RUN_DEPENDS
- Adds the argument USES=ldap<version> and replaces WANT_OPENLDAP_VER
- Adds OPENLDAP versions in bsd.default-versions.mk
- Adds USE_OPENLDAP/WANT_OPENLDAP_VER in Mk/bsd.sanity.mk
- Changes consumers to use the features

Reviewed by:	delphij
Approved by:	portmgr
Differential Revision: https://reviews.freebsd.org/D38233
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.2.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.2.1
20 Jul 2022 14:23:05
commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4commit hash: ea7123695aad83707eba8adaf42b29dac7f296e4 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
sysutils: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <jsmith@resonatingmedia.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Landwehr <aaron@snaphat.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Adrian Chadd
  *  Adrian Chadd <adrian@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Deiter <alex.deiter@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.2.1
05 Jul 2022 17:11:35
commit hash: 5ba69076c83b4b360b2f6391f547295c5d01f153commit hash: 5ba69076c83b4b360b2f6391f547295c5d01f153commit hash: 5ba69076c83b4b360b2f6391f547295c5d01f153commit hash: 5ba69076c83b4b360b2f6391f547295c5d01f153 files touched by this commit
Xin LI (delphij) search for other commits by this committer
sysutils/omnibackup: Avoid hardcoding OpenLDAP version.

PR:		265038
Approved by:	maintainer
0.2.1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.2.1
05 Nov 2019 02:49:18
Revision:516767Original commit files touched by this commit
meta search for other commits by this committer
sysutils/omnibackup: Update to 0.2.1

PR:		241715
Submitted by:	maintainer
Relnotes:	https://github.com/NuLL3rr0r/omnibackup/releases/tag/0.2.1
0.2.0_2
14 Aug 2019 12:16:13
Revision:508909Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories s)
0.2.0_2
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.2.0_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
0.2.0
18 Jul 2018 12:48:33
Revision:474859Original commit files touched by this commit
farrokhi search for other commits by this committer
New port: sysutils/omnibackup: One Script to back them all up

PR:		212953
Submitted by:	Mohammad S. Babaei <info@babaei.net>

Number of commits found: 11