[[!meta title="Obnam - backup program"]] [[!tag program]] [[!img sticker.png alt="Obnam sticker" link=no class=sticker]] Obnam is an **easy, secure backup program.** Backups can be stored on local hard disks, or online via the [SSH SFTP](http://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol) protocol. The backup server, if used, does not require any special software, on top of SSH. Some **features** that may interest you: * **Snapshot** backups. Every generation looks like a complete snapshot, so you don't need to care about full versus incremental backups, or rotate real or virtual tapes. * Data **de-duplication**, across files, and backup generations. If the backup repository already contains a particular chunk of data, it will be re-used, even if it was in another file in an older backup generation. This way, you don't need to worry about moving around large files, or modifying them. (However, the current implementation has some limitations: see [[faq/dedup]]). * **Encrypted** backups, using GnuPG. See the [[tutorial]], and below for links to the manual, which has examples of how to use Obnam. Obnam can do **push** or **pull** backups, depending on what you need. You can run Obnam on the client, and push backups to the server, or on the server, and pull from the client over SFTP. However, access to live data over SFTP is currently somewhat limited and fragile, so it is not recommended. * [[1.0 release announcement|1.0]] * [[Status and support|status]] * [[Download]] * [[Contact]] * [[Bugs]] * [[Donate]] Documentation ------------- * The full manual (currently a work in progress): available as [a web page](http://code.liw.fi/obnam/manual/obnam-manual.en.html) and [PDF](http://code.liw.fi/obnam/manual/obnam-manual.en.pdf). - [CI versions](http://code.liw.fi/obnam/manual/ci/), built from git, but not yet released, are also available. - The Obnam test suite is also meant to be useful for the more technical users of Obnam to read: [web page](http://code.liw.fi/obnam/yarns.html), [PDF](http://code.liw.fi/obnam/yarns.pdf). - See also manuals built automatically from version control by Jan Niggemann: * [README](http://git.liw.fi/cgi-bin/cgit/cgit.cgi/obnam/tree/README) * [NEWS](http://git.liw.fi/cgi-bin/cgit/cgit.cgi/obnam/tree/NEWS) * obnam manual page: [English](http://code.liw.fi/obnam/obnam.1.txt), [German](http://code.liw.fi/obnam/obnam.1.de.txt). * [[FAQ]] * [[Development]] stuff Sponsored by Bytemark --------------------- [[!img bytemark-ff3270c4.svg alt="Bytemark logo" link=no class=bytemark]] Obnam development is partly sponsored by [Bytemark][] by providing [BigV][] virtual machines for development and benchmarking. [Bytemark]: https://www.bytemark.co.uk/r/liw [BigV]: http://www.bigv.io/ Sponsored by the FUUG foundation -------------------------------- The [FUUG foundation] gave a grant in September, 2015, for buying a fast machine with lots of disk space for development and benchmarking of Obnam. [FUUG foundation]: http://fuug.fi/saatio/ Links ----- * [Cache Directory Tagging Standard](http://www.bford.info/cachedir/) * [Backup bouncer](http://www.n8gray.org/blog/2007/04/27/introducing-backup-bouncer/) * [Backup with obnam and encfs](http://sanskritfritz.wordpress.com/2014/04/24/backup-with-obnam-and-encfs/)