UrBackup alternatives and similar tools
Based on the "Backups" category.
Alternatively, view UrBackup alternatives based on common mentions on social networks and blogs.
-
BorgBackup
Deduplicating archiver with compression and authenticated encryption. -
Bup
Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images). Please post problems or patches to the mailing list for discussion (see the end of the README below). -
Lsyncd
Lsyncd (Live Syncing Daemon) synchronizes local directories with remote targets -
TimeShift
System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB. -
Rsnapshot
a tool for backing up your data using rsync (if you want to get help, use https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss) -
Backuppc
BackupPC is a high-performance, enterprise-grade system for backing up to a server's disk. -
Bareos
Bareos is a cross-network Open Source backup solution (licensed under AGPLv3) which preserves, archives, and recovers data from all major operating systems. -
Rdiff-backup
Reverse differential backup tool, over a network or locally. -
Shield
A standalone system that can perform backup and restore functions for a wide variety of pluggable data systems -
Duplicity
Unnoficial fork of Duplicity - Bandwidth Efficient Encrypted Backup -
gutbackup
[Bash] The simplest rsync wrapper for backup and restore Linux system. Support ArchLinux, Ubuntu, etc -
rclone
a command line program to sync files and directories to and from several cloud storage systems/providers.
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of UrBackup or a related project?
README
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.