Port details on branch 2025Q2 |
- urbackup-server Server component of the UrBackup backup system
- 2.5.33_1 archivers
=0 2.5.33_1Version of this port present on the latest quarterly branch. - Maintainer: ek@purplehat.org
 - Port Added: 2025-06-15 12:18:13
- Last Update: 2025-06-15 12:15:58
- Commit Hash: 6693958
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- urbackup-server>0:archivers/urbackup-server
- To install the port:
- cd /usr/ports/archivers/urbackup-server/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/urbackup-server
- pkg install urbackup-server
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: urbackup-server
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1715372630
SHA256 (urbackup-server-2.5.33.tar.gz) = 65d7dab4d5178849c1ecc45b592143df066c641fd782d5a6448aa606561d7cff
SIZE (urbackup-server-2.5.33.tar.gz) = 8364522
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:
-
- fakeroot : security/fakeroot
- 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
- libcurl.so : ftp/curl
- liblmdb.so : databases/lmdb
- libfuse.so : filesystems/fusefs-libs
- liblua-5.3.so : lang/lua53
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- archivers_urbackup-server
- USES:
- autoreconf compiler:c++11-lang dos2unix fakeroot fuse libtool lua:53 pkgconfig sqlite:3
- pkg-message:
- For install:
- archivers/urbackup-server includes an RC script:
/usr/local/etc/rc.d/urbackup_server
TO START URBACKUP SERVER ON BOOT:
sysrc urbackup_server_enable=YES
TO START MANUALLY:
service urbackup_server start
The server daemon's configuration file is located at:
/usr/local/etc/urbackup/urbackupsrv.conf
Log rotation can be configured at:
/usr/local/etc/newsyslog.conf.d/urbackupsrv.conf
Once started, configure backup settings and manage backups at:
http://localhost:55414
SECURITY WARNING:
This port sets the SUID/SGID bits on the following files:
/usr/local/bin/urbackup_mount_helper
/usr/local/bin/urbackup_snapshot_helper
For details, see:
https://www.urbackup.org/administration_manual.html
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.33_1 15 Jun 2025 12:15:58
    |
Robert Clausecker (fuz)  Author: ek |
archivers/urbackup-server: fix build with clang-19
This is a fix for compiler changes in the latest LLVM versions
(including "auto_ptr" and the "std::char_traits" template removal.
This works for FBSD 15-CURRENT as well as previous supported versions
of FreeBSD.
PR: 286212
MFH: 2025Q2
(cherry picked from commit 415fbf9744d9ae4e75dae35b72a3d9dee4c32ccf) |
Number of commits found: 1
|