UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux
Go to file
2024-11-02 16:49:10 +01:00
.github/workflows
blockalign_src
btrfs
build
clientctl
clouddrive
cmdclient
common
cryptoplugin
docs
external
fileservplugin
fsimageplugin
fuseplugin
httpserver
Interface
libfastcgi
linux_snapshot
luaplugin
m4
mount_helper
osx_installer
piped_process
restore_cd
snapshot_helper
SQLGen
sqlite
tclap
urbackup
urbackupclient Don't try to fix via sgdisk if it is not available 2024-11-02 16:49:10 +01:00
urbackupcommon
urbackupserver Merge pull request #104 from cagnulein/dev 2024-11-02 16:43:32 +01:00
urbackupserver_installer_win
urlplugin
utf8
win_service
.gitignore
.travis.yml
AcceptThread.cpp
AcceptThread.h
AUTHORS
build_client_backend.bat
build_client_release.bat
build_client.bat
build_client.sh
build_server_debian.sh
build_server.bat
build_server.sh
ChangeLog
checkout_client.bat
client_version.h
Client.cpp
Client.h
CompiledServer.vcxproj
CompiledServer.vcxproj.filters
Condition_lin.cpp
Condition_lin.h
Condition_std.cpp
Condition_std.h
configure.ac_client
configure.ac_server
COPYING
create_linux_installer.sh
create_osx_installer.sh
Database.cpp
Database.h
DatabaseCursor.cpp
DatabaseCursor.h
DBSettingsReader.cpp
DBSettingsReader.h
defaults_client
defaults_server
defaults.h
download_cryptopp.sh
file_common.cpp
file_fstream.cpp
file_linux.cpp
file_memory.cpp
file_memory.h
file_win.cpp
file.h
FileSettingsReader.cpp
FileSettingsReader.h
gpl_header
Helper_win32.h
init.d_client
init.d_client_rh
init.d_server
INSTALL
install_client_linux.sh
libs.h
linux_build_x86_64_cxx_wrapper
LoadbalancerClient.cpp
LoadbalancerClient.h
logrotate_urbackupsrv
LookupService.cpp
LookupService.h
main.cpp
maintest.cpp
Makefile.am_client
Makefile.am_server
md5.cpp
md5.h
MemoryPipe.cpp
MemoryPipe.h
MemorySettingsReader.cpp
MemorySettingsReader.h
mt19937ar.cpp
mt19937ar.h
Mutex_lin.cpp
Mutex_lin.h
Mutex_std.cpp
Mutex_std.h
NEWS
OpenSSLPipe.cpp
OpenSSLPipe.h
org.urbackup.server.plist
OutputStream.cpp
OutputStream.h
pdb_dirs_client.txt
pdb_dirs_server.txt
PipeThrottler.cpp
PipeThrottler.h
post_install_osx_server.sh
pre_install_osx_server.sh
Query.cpp
Query.h
rc.d_freebsd_server
README
readme-macos.md
readme.md
SChannelPipe.cpp
SChannelPipe.h
SelectThread.cpp
SelectThread.h
server-license.txt
Server.cpp
Server.h
ServerLinux.cpp
ServerWin32.cpp
ServiceAcceptor.cpp
ServiceAcceptor.h
ServiceWorker.cpp
ServiceWorker.h
SessionMgr.cpp
SessionMgr.h
SettingsReader.cpp
SettingsReader.h
SharedMutex_lin.cpp
SharedMutex_lin.h
SharedMutex_std.cpp
SharedMutex_std.h
socket_header.h
SolutionDependencies.props
SolutionDependencies.props.default
SQLiteFactory.cpp
SQLiteFactory.h
StaticPluginRegistration.cpp
StaticPluginRegistration.h
StreamPipe.cpp
StreamPipe.h
stringtools.cpp Fix UnescapeHTML as well 2024-11-02 16:17:26 +01:00
stringtools.h
switch_build_mac.sh
switch_build.sh
Table.cpp
Table.h
Template.cpp
Template.h
ThreadPool.cpp
ThreadPool.h
types.h
uninstall_urbackupclient
update_deps.bat
update_restore.sh
urbackup-server-firewalld.xml
urbackup-server.service
UrBackupBackend.sln
UrBackupBackend.smproj
urbackupclientbackend-debian.service
urbackupclientbackend-redhat.service
vld_.h
vld.h
WorkerThread.cpp
WorkerThread.h
zero.hash

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.