Port details on branch 2025Q3 |
- urbackup-client Client component of the UrBackup backup system
- 2.5.26.0 archivers
=0 2.5.26.0Version of this port present on the latest quarterly branch. - Maintainer: ek@purplehat.org
 - Port Added: 2025-08-12 14:27:34
- Last Update: 2025-09-03 22:18:18
- Commit Hash: ddbf280
- License: AGPLv3+
- WWW:
- https://www.urbackup.org
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- 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 = 1756925555
SHA256 (urbackup-client-2.5.26.0.tar.gz) = 2fc2dd40ed28b032d4b2ed8d156ec5b99bd15ee9881ce2e857d9437a43e9432a
SIZE (urbackup-client-2.5.26.0.tar.gz) = 5279034
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libcryptopp.so : security/cryptopp
- libzstd.so : archivers/zstd
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_urbackup-client
- USES:
- autoreconf dos2unix libtool localbase pkgconfig sqlite:3 ssl
- 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:
|