Port details |
- urbackup-server Server component of the UrBackup backup system
- 2.5.33 archivers =7 2.5.33Version of this port present on the latest quarterly branch.
- Maintainer: ek@purplehat.org
- Port Added: 2018-04-15 17:00:21
- Last Update: 2024-05-11 08:34:46
- Commit Hash: c555368
- People watching this port, also watch:: bash, py311-certbot, plexmediaserver-plexpass, nginx, rsync
- 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.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libcryptopp.so : security/cryptopp
- libcurl.so : ftp/curl
- liblmdb.so : databases/lmdb
- libfuse.so : sysutils/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
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.5.33 11 May 2024 08:34:46 |
Nuno Teixeira (eduardo) Author: ek |
archivers/urbackup-server: Update to 2.5.33
- Submitter becomes maintainer
ChangeLog: https://www.urbackup.org/server_changelog.html
PR: 278859 |
2.5.26_5 10 May 2024 15:24:59 |
Nuno Teixeira (eduardo) Author: ek |
archivers/urbackup-{client,server}: Fix segfault (cryptopp)
- Add -DCRYPTOPP_DISABLE_ASM to CXXFLAGS on i386 and amd64, as
cryptopp-8.7.0 build with this option by default on i386 and amd64.
(5a19c08: security/cryptopp: Update to 8.7.0)
PR: 266531, 278163, 278859
MFH: 2024Q2 |
2.5.26_4 22 Feb 2024 12:02:51 |
Muhammad Moinur Rahman (bofh) |
archivers/urbackup-server: Moved man to share/man
Approved by: portmgr (blanket) |
2.5.26_3 05 Oct 2023 12:13:51 |
Jason E. Hale (jhale) |
security/cryptopp: Update to 8.9.0
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release890.html |
2.5.26_2 05 Aug 2023 19:34:43 |
Muhammad Moinur Rahman (bofh) |
archivers/urbackup-server: Fix build with llvm16
Sponsored by: The FreeBSD Foundation |
2.5.26_2 12 Jul 2023 05:31:32 |
Jason E. Hale (jhale) |
security/cryptopp: Update to 8.8.0
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release880.html |
2.5.26_1 06 Nov 2022 17:51:27 |
Neel Chauhan (nc) |
archivers/urbackup-(client/server): Reset MAINATINER |
2.5.26_1 24 Sep 2022 06:18:25 |
Tobias C. Berner (tcberner) |
archivers/urbackup-server: remove bogus lua >= 5.3 support
The configure script looks for lua-5.3, lua-5.2...
PR: 220281 |
2.5.26_1 16 Sep 2022 03:56:45 |
Jason E. Hale (jhale) |
security/cryptopp: Update to 8.7.0
Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.
Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779
Bump PORTREVISION on consumers due to ABI incompatibility.
https://www.cryptopp.com/release870.html |
2.5.26 12 Sep 2022 20:48:41 |
Neel Chauhan (nc) |
archivers/urbackup-server: Update to 0.25.26 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
2.5.25 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.5.25 29 Aug 2022 17:42:25 |
Neel Chauhan (nc) |
archivers/urbackup-server: Update to 2.5.25 |
2.4.15 03 Feb 2022 17:07:53 |
Neel Chauhan (nc) |
archivers/urbackup-server: Add missing pkg-plist entries |
2.4.15 02 Feb 2022 21:02:06 |
Neel Chauhan (nc) Author: Klaus Aehlig |
misc/findutils: update to 4.9.0
Changes: https://lists.gnu.org/archive/html/bug-findutils/2022-02/msg00013.html
PR: 261683 |
2.4.14 03 Jan 2022 18:11:12 |
Neel Chauhan (nc) |
archivers/urbackup-server: Update to 2.4.14 |
2.4.13_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.4.13_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.4.13_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4.13_1 19 Jan 2021 04:26:12 |
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 |
2.4.13 05 Jan 2021 15:33:40 |
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 |
2.4.13 02 Dec 2020 11:49:27 |
fernape |
archivers/urbackup-server: Update to 2.4.13 and set MAINTAINER
Submitter takes maintainership. He already maintains other ports.
PR: 251516
Submitted by: neel@neelc.org |
2.4.12 27 Aug 2020 17:01:02 |
jhale |
archivers/urbackup-server: Remove build fixes for security/cryptopp >= 6.0.0
that have since been incorporated upstream. |
2.4.12 11 Apr 2020 12:20:24 |
tcberner |
archivers/urbackup-server: Update to 2.4.12
- Drop maintainership
- Fix man page location
PR: 245377
Submitted by: freebsd@coombscloud.com (maintainer) |
2.4.11_1 16 Jan 2020 09:34:42 |
bapt |
First pass at moving manpages to share/man for category a* |
2.4.11_1 10 Dec 2019 03:38:49 |
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> |
2.4.11 02 Nov 2019 14:14:04 |
tcberner |
archivers/urbackup-server: update to upstream version 2.4.11
PR: 241671
Submitted by: freebsd@coombscloud.com (maintainer) |
2.4.9 02 Nov 2019 12:34:00 |
tcberner |
archivers/urbackup-server: update to version 2.4.9
PR: 241371
Submitted by: freebsd@coombscloud.com (maintainer) |
2.3.8_1 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
2.3.8_1 26 Jul 2019 20:46:57 |
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 |
2.3.8 10 Apr 2019 21:25:35 |
swills |
archivers/urbackup-server: update to version 2.3.8
PR: 236921
Submitted by: freebsd@coombscloud.com (maintainer) |
2.3.7 03 Feb 2019 09:07:32 |
pi |
archivers/urbackup-server: update 2.2.11 -> 2.3.7
- Changes some hardcoded paths from /etc/urbackup to ${PREFIX}/etc/urbackup
- Adds a note to UPDATING about the foregoing path change
- Uses sqlite3, lua, and lmdb from ports tree, rather than embedded
- Enables support for mounting of VHD files via fuse
PR: 235432
Submitted by: freebsd@coombscloud.com (maintainer)
Relnotes: https://www.urbackup.org/server_changelog.html |
2.2.11_3 22 Jan 2019 07:39:47 |
linimon |
This port links to cryptopp, which is compiled with GCC 8 on GCC-based
architectures, thus it also needs USES=compiler:c++11-lang.
PR: 234966
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.2.11_3 24 Aug 2018 17:22:02 |
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 ) |
2.2.11_2 05 Aug 2018 17:43:49 |
pi |
archivers/urbackup-server: fix newsyslog sample
- Remove .sample file from newsyslog directory
It can cause confusion to newsyslog
PR: 227853
Submitted by: freebsd@coombscloud.com (maintainer)
Reported by: mat |
2.2.11_1 31 Jul 2018 18:43:04 |
pi |
archivers/urbackup-server: add default config and log rotation (via newsyslog)
PR: 227853
Submitted by: Kirk Coombs <freebsd@coombscloud.com> (maintainer) |
2.2.11 16 Apr 2018 16:44:20 |
krion |
Update to version 2.2.11
PR: 227555
Submitted by: maintainer |
2.2.10 15 Apr 2018 17:00:10 |
pi |
New port: archivers/urbackup-server
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: 225148
Submitted by: Kirk Coombs <freebsd@coombscloud.com> |