All Projects → uroni → Urbackup_backend

uroni / Urbackup_backend

Licence: agpl-3.0
UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Urbackup backend

cya
Easy to use snapshot and restore utility for any Linux (Unix) OS and filesystem powered by BASH
Stars: ✭ 73 (-78.14%)
Mutual labels:  freebsd, backup
Export Saved Reddit
Export saved Reddit posts into a HTML file for import into Google Chrome.
Stars: ✭ 323 (-3.29%)
Mutual labels:  backup
Little Backup Box
Software that turns a single-board computer into a versatile and pocketable backup appliance
Stars: ✭ 278 (-16.77%)
Mutual labels:  backup
Robox
The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
Stars: ✭ 303 (-9.28%)
Mutual labels:  freebsd
Docker Webserver
WebServer (MariaDB, PHP-FPM, Nginx) composed from several separate containers linked together
Stars: ✭ 290 (-13.17%)
Mutual labels:  backup
Ludusavi
Backup tool for PC game saves
Stars: ✭ 301 (-9.88%)
Mutual labels:  backup
Andotp
Open source two-factor authentication for Android
Stars: ✭ 3,326 (+895.81%)
Mutual labels:  backup
Gmvault
gmail backup software
Stars: ✭ 3,396 (+916.77%)
Mutual labels:  backup
Restic Systemd Automatic Backup
My restic backup solution using Backblaze B2 storage, systemd timers (or cron) and email notifications on failure.
Stars: ✭ 314 (-5.99%)
Mutual labels:  backup
Freebsd Ports
FreeBSD ports tree with pfSense changes
Stars: ✭ 297 (-11.08%)
Mutual labels:  freebsd
Iohyve
FreeBSD bhyve manager utilizing ZFS
Stars: ✭ 299 (-10.48%)
Mutual labels:  freebsd
Auto Gitlab Backup
A simple script to backup your Gitlab data. This script will copy the backup archives of your gitlab installation via rsync, or scp. Also, you can copy backups to Backblaze’s B2 Cloud Storage service.
Stars: ✭ 291 (-12.87%)
Mutual labels:  backup
Firestore Backup Restore
NPM package for backup and restore Firebase Firestore
Stars: ✭ 307 (-8.08%)
Mutual labels:  backup
Cdk Constructs
A collection of higher-level aws cdk constructs: slack-approval-workflow, #slack & msteams notifications, chatops, blue-green-container-deployment, codecommit-backup, OWASP dependency-check, contentful-webhook, github-webhook, stripe-webhook, static-website, pull-request-check, pull-request-approval-rule, codepipeline-merge-action, codepipeline-check-parameter-action...
Stars: ✭ 282 (-15.57%)
Mutual labels:  backup
Zrepl
One-stop ZFS backup & replication solution
Stars: ✭ 327 (-2.1%)
Mutual labels:  backup
Routeros Scripts
a collection of scripts for Mikrotik RouterOS
Stars: ✭ 270 (-19.16%)
Mutual labels:  backup
Pfsense
Main repository for pfSense
Stars: ✭ 3,433 (+927.84%)
Mutual labels:  freebsd
Photobak
Back up your content from Google Photos - DEPRECATED: use Timeliner
Stars: ✭ 304 (-8.98%)
Mutual labels:  backup
Across
Across the Great Wall we can reach every corner in the world
Stars: ✭ 3,654 (+994.01%)
Mutual labels:  backup
Seedvault
A backup application for the Android Open Source Project.
Stars: ✭ 325 (-2.69%)
Mutual labels:  backup

UrBackup

Please see the website at https://www.urbackup.org for more information, wiki, forums and the issue tracker.

Building on Linux

Use

./switch_build.sh server

to switch to a server build and

./switch_build.sh client
git clone https://github.com/uroni/urbackup_frontend_wx client
cd client && git checkout BRANCH

to switch to building a client.

Afterwards build the client/server using

autoreconf --install
./configure
make -j8

Building on macOS

See the separate readme-macos.md for building instructions for macOS.

Building on Windows

If git is in PATH you can download all dependencies by running update_deps.bat.

Afterwards opening and compiling the solution UrBackupBackend.sln with Microsoft Visual Studio 2015 should work.

build_client.bat and build_server.bat build the installers but you need to install a lot of dependencies like WiX, NSIS plus plugins, etc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].