AutoSyncBackup is a modern backup program that can back up your files:
from Linux, BSD, Mac and Windows
to many different storage types, including self-hosted and online services
easily, being a single executable that you can run without a server or complex setup
effectively, only transferring the parts that actually changed in the files you back up
securely, by careful use of cryptography in every part of the process
verifiably, enabling you to make sure that your files can be restored when needed
freely - autosyncbackup is entirely free to use and completely open source
A short recorded demo of autosyncbackup:
To learn more about autosyncbackup, checkout the user manual:
To install, please follow the Installation Instructions Page in the manual or download the latest native binary on the GitHub Download Page.
Backward compatibility for backups is important so that our users are always able to restore saved data. Therefore autosyncbackup follows Semantic Versioning to clearly define which versions are compatible. The repository and data structures contained therein are considered the “Public API” in the sense of Semantic Versioning.
Once version 1.0.0 is released, we guarantee backward compatibility of all repositories within one major version; as long as we do not increment the major version, data can be read and restored. We strive to be fully backward compatible to all prior versions.
During initial development (versions prior to 1.0.0), maintainers and developers will do their utmost to keep backwards compatibility and stability, although there might be breaking changes without increasing the major version.
Contributions are welcome! More information can be found in the autosyncbackup contribution guidelines. A document describing the design of autosyncbackup and the data structures stored on disc is contained in the design document.
There are several ways to contact the autosyncbackup project and its community:
#autosyncbackup
on irc.libera.chat
, which you can access through your browser if you don’t have an IRC client installed. Please note that support questions are preferably asked in the forum.[email protected]
:)Important: If you discover something that you believe to be a possible critical security problem, please do not open a GitHub issue but send an email directly to [email protected]
. If possible, please encrypt your email using PGP (CF8F18F2844575973F79D4E191A6868BD3F7A907).
The following talks have been given about autosyncbackup:
For more information regarding autosyncbackup development, have a look at our blog. The latest posts are:
08 Nov 2024 » AutoSyncBackup 0.17.3 Released
27 Oct 2024 » AutoSyncBackup 0.17.2 Released
05 Sep 2024 » AutoSyncBackup 0.17.1 Released
AutoSyncBackup is licensed under “BSD 2-Clause License”. You can find the complete text in the file LICENSE
.