Port details |
- urbackup-client Client component of the UrBackup backup system
- 2.4.11.0_2 archivers
=0 Version of this port present on the latest quarterly branch. - Maintainer: nc@FreeBSD.org
 - Port Added: 2018-04-15 16:18:11
- Last Update: 2021-05-12 14:20:27
- Commit Hash: 57eabeb
- License: AGPLv3+
- Description:
- UrBackup is an easy to setup Open Source client/server backup system,
that through a combination of image and file backups accomplishes
both data safety and a fast restoration time.
File and image backups are made while the system is running without
interrupting current processes.
UrBackup also continuously watches folders you want backed up in
order to quickly find differences to previous backups. Because of
that, incremental file backups are really fast.
Your files can be restored through the web interface, via the client or the
Windows Explorer while the backups of drive volumes can be restored with a
bootable CD or USB-Stick (bare metal restore).
A web interface makes setting up your own backup server really easy.
WWW: https://www.urbackup.org
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- urbackup-client>0:archivers/urbackup-client
- To install the port:
- cd /usr/ports/archivers/urbackup-client/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/urbackup-client
- pkg install urbackup-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: urbackup-client
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1608009884
SHA256 (urbackup-client-2.4.11.0.tar.gz) = 819dffb2521bf78e43ca0e6b8222aa79478f7a04d27682c36e00665129766fbf
SIZE (urbackup-client-2.4.11.0.tar.gz) = 4691460
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libcryptopp.so : security/cryptopp
- libintl.so : devel/gettext-runtime
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for urbackup-client-2.4.11.0_2:
GUI=off: GTK2 Tray Icon
===> Use 'make config' to modify these settings
- Options name:
- archivers_urbackup-client
- USES:
- autoreconf compiler:c++11-lang dos2unix gettext libtool localbase pkgconfig sqlite:3
- pkg-message:
- For install:
- archivers/urbackup-client includes an RC script:
/usr/local/etc/rc.d/urbackup_client
TO START URBACKUP CLIENT ON BOOT:
sysrc urbackup_client_enable=YES
START MANUALLY:
service urbackup_client start
The client daemon's configuration file is located at:
/usr/local/etc/urbackup/urbackupclient.conf
Log rotation can be configured at:
/usr/local/etc/newsyslog.conf.d/urbackupclient.conf
If the GTK2 GUI was built, it can be launched via:
/usr/local/bin/urbackupclientctl
NOTE: For client configuration or to view logs, the GTK2 GUI
needs to have one of the following in its PATH:
- kdesu (e.g., /usr/local/lib/kde4/libexec/)
(port: x11/kde-runtime)
- gksu (e.g., /usr/local/bin/)
(port: sysutils/gksu)
The client can also be configured via the UrBackup Server, or
/usr/local/bin/urbackupclientctl
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 May 2021 14:20:27 2.4.11.0_2 |
Neel Chauhan (nc)  Author: Einar Bjarni Halldórsson |
archivers/urbackup-client: Fix build
PR: 255509 |
11 May 2021 19:30:14 2.4.11.0_2 |
Neel Chauhan (nc)  |
archivers/urbackup-client: Fix the POSTGRESQL_DUMP_ENABLED option
The POSTGRESQL_DUMP_ENABLED option looks for the pg_dumpall command
which is not in the PATH, so we append the PREFIX in the script.
PR: 255509
Submitted by: Einar Bjarni Halldórsson <einar@isnic.is> |
07 Apr 2021 08:09:01 2.4.11.0_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 2.4.11.0_1 |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 2.4.11.0_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Jan 2021 04:26:12
2.4.11.0_1 |
jhale  |
security/cryptopp: Update to 8.4.0
Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and
recompile of consumers is necessary.
Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL
several releases ago. [1]
[1]
https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e
Changes: https://www.cryptopp.com/release840.html |
05 Jan 2021 15:33:40
2.4.11.0 |
nc  |
Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by: 0mp (mentor)
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D27966 |
02 Jan 2021 11:19:33
2.4.11.0 |
pi  |
archivers/urbackup-client: update 2.4.10 -> 2.4.11.0
PR: 251859
Submitted by: Neel Chauhan <neel@neelc.org>
Relnotes: https://www.urbackup.org/client_changelog.html |
02 Dec 2020 09:25:07
2.4.10 |
fernape  |
archivers/urbackup-client: set new Maintainer
neel@neelc.org adopts the port. Already maintainer of:
* deskutils/go-for-it
* net/yaz
* sysutils/ttyd
PR: 251517
Submitted by: neel@neelc.org |
27 Aug 2020 17:01:35
2.4.10 |
jhale  |
archivers/urbackup-client: Remove build fixes for security/cryptopp >= 6.0.0
that have since been incorporated upstream. |
11 Apr 2020 12:18:49
2.4.10 |
tcberner  |
archivers/urbackup-client: Update to 2.4.10
- Drop maintainership
PR: 245378
Submitted by: freebsd@coombscloud.com (maintainer) |
10 Dec 2019 03:38:49
2.4.8_1 |
jhale  |
Update security/cryptopp to 8.2.0
Remove THREADS option - upstream recommends building with threads and the
build system now adds the appropriate flags automatically
Bump PORTREVISION on consumers due to shared lib version increase
PR: 241132
Submitted by: Farid Hajji <farid@hajji.name> |
13 Nov 2019 14:38:10
2.4.8 |
pkubaj  |
archivers/urbackup-client: fix build on GCC architectures
Adding -L/usr/lib breaks compilation with GCC from ports because it attempts to
link to base libstdc++.
PR: 241891
Approved by: freebsd@coombscloud.com (maintainer), linimon (mentor) |
02 Nov 2019 12:40:30
2.4.8 |
tcberner  |
archivers/urbackup-client: update to version 2.4.8
PR: 241372
Submitted by: freebsd@coombscloud.com (maintainer) |
13 Aug 2019 16:00:39
2.3.4_1 |
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
26 Jul 2019 20:46:57
2.3.4_1 |
gerald  |
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 |
12 Feb 2019 11:56:49
2.3.4 |
swills  |
archivers/urbackup-client: upgrade to 2.3.4 and cleanup
PR: 235440
Submitted by: freebsd@coombscloud.com (maintainer) |
26 Dec 2018 20:55:28
2.2.6_2 |
linimon  |
This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 234367
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
01 Sep 2018 00:17:08
2.2.6_2 |
swills  |
archivers/urbackup-client: Fix database snapshot scripts and do port cleanup
PR: 231043
Submitted by: freebsd@coombscloud.com (maintainer) |
24 Aug 2018 17:22:02
2.2.6_1 |
jhale  |
Update security/cryptopp to 7.0.0
We now install a pkgconfig file which will allow ports to check whether
cryptopp was built with assembly instructions enabled or not. There are
a few functions that will be undefined if built without assembly and
-DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case
to avoid build failures. This is not new, but the pkgconf file should
make it easier to determine if the flag is needed or not.
Fix several ports due to API changes and to use the new pkgconf file
to determine cryptopp location and build flags. Special cases below.
deskutils/cdcat
- Use cryptopp shared library instead of static, detect with pkgconf
(Only the first 15 lines of the commit message are shown above ) |
24 Aug 2018 08:49:12
2.2.6 |
jhale  |
- Fix LICENSE
- Convert to options helpers
- Convert CPPFLAGS/LDFLAGS to USES=localbase
- Order Makefile for readability
Approved by: portmgr (infrastructure blanket) |
09 Aug 2018 02:43:44
2.2.6 |
pi  |
archivers/urbackup-client: update 2.2.5 -> 2.2.6
- Add a default configuration file
- Add log rotation via newsyslog
PR: 227854
Submitted by: freebsd@coombscloud.com (maintainer)
Reviewed by: koobs
Relnotes: https://www.urbackup.org/client_changelog.html |
15 Apr 2018 16:18:00
2.2.5 |
pi  |
New port: archivers/urbackup-client
UrBackup is an easy to setup Open Source client/server backup system,
that through a combination of image and file backups accomplishes
both data safety and a fast restoration time.
File and image backups are made while the system is running without
interrupting current processes.
UrBackup also continuously watches folders you want backed up in
order to quickly find differences to previous backups. Because of
that, incremental file backups are really fast.
Your files can be restored through the web interface, via the client or the
Windows Explorer while the backups of drive volumes can be restored with a
bootable CD or USB-Stick (bare metal restore).
A web interface makes setting up your own backup server really easy.
WWW: https://www.urbackup.org
PR: 227154
Submitted by: Kirk Coombs <freebsd@coombscloud.com> |