# urbackup_backend **Repository Path**: gefish/urbackup_backend ## Basic Information - **Project Name**: urbackup_backend - **Description**: UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## UrBackup Please see the website at https://www.urbackup.org for more informations, wiki, forums and the issue tracker. ### Building on Linux/MacOS Use ```bash ./switch_build.sh server ``` to switch to a server build and ```bash ./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 ```bash autoreconf --install ./configure make -j8 ``` ### 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. [![Build Status](https://travis-ci.org/uroni/urbackup_backend.svg?branch=dev)](https://travis-ci.org/uroni/urbackup_backend)