Created attachment 192028 [details] Initial urbackup-client port UrBackup is an open source client/server backup system. This port is for the client component. It includes a backup daemon and a command-line control/configuration tool. Optionally, it can be build with a GTK2 tray icon GUI. I previously opened a PR for the server component (not yet committed): https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225148 The port passes portlint and passes poudriere testport. The rc script passes rclint. WWW: https://www.urbackup.org
If the server needs to be committed prior to the client (or vice versa), please set depends on / blocks fields as the case may be, and remove the issue from the 'see also' field at the same time (otherwise leaving it there if neither blocks the other).
Neither port needs to depend on / block the other. Not setting depends on/blocks, and retaining 'see also'.
Committed, thanks!
A commit references this bug: Author: pi Date: Sun Apr 15 16:18:00 UTC 2018 New revision: 467397 URL: https://svnweb.freebsd.org/changeset/ports/467397 Log: 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> Changes: head/archivers/Makefile head/archivers/urbackup-client/ head/archivers/urbackup-client/Makefile head/archivers/urbackup-client/distinfo head/archivers/urbackup-client/files/ head/archivers/urbackup-client/files/pkg-message.in head/archivers/urbackup-client/files/urbackup_client.in head/archivers/urbackup-client/pkg-descr head/archivers/urbackup-client/pkg-plist
A commit references this bug: Author: pi Date: Sun Apr 15 16:18:54 UTC 2018 New revision: 467398 URL: https://svnweb.freebsd.org/changeset/ports/467398 Log: archivers/urbackup-client: add missing UIDs/GIDs - pointy hat to pi PR: 227154 Submitted by: Kirk Coombs <freebsd@coombscloud.com> Changes: head/GIDs head/UIDs