Obnam – this project is retired **AWOL**

Last Updated on October 26, 2020

Obnam (OBligatory NAMe) was an easy to use, secure Python based backup program.

Obnam makes, restores, manipulates, and otherwise deals with backups. It can store backups on a local disk or to a server via sftp. Every backup generation looks like a fresh snapshot, but is really incremental: the user does not need to worry whether it’s a full backup or not. Only changed data is backed up, and if a chunk of data is already backed up in another file, that data is re-used.

Backups can be stored on local hard disks, or online via the SSH SFTP protocol. The backup server, if used, does not require any special software, on top of SSH.

Obnam performs de-duplication by splitting up file data into chunks, and storing those individually. Generations are incremental backups; Every backup generation looks like a fresh snapshot, but is really incremental.

Features include:

  • Easy to use.
  • Snapshot backups.
  • Data de-duplication, across files, and backup generations.
  • Encrypted backups, using GnuPG.
  • Backup multiple clients to a single repository.
  • Backup checkpoints (creates a “save” every 100MBs or so).
  • Number of options for performance tuning including lru-size and/or upload-queue-size.
  • MD5 checksum algorithm for recognising duplicate data chunks.
  • Store backups to a server via SFTP.
  • Supports both push (i.e. Run on the client) and pull (i.e. Run on the server) methods.

Website: obnam.org
Support:
Developer: Bruno Cornec, Andree Leidenfrost, Lars Rupp, Mike Roark
License: GNU GPL v3

Return to Backup Home Page | Return to Deduplicating Encryption Backup Tools Home Page

Explore Linux

Best Free and Open Source Software - A huge collection of recommended free and open source software covering every major category.
In-depth Linux Software Reviews - Detailed assessments of Linux software covering features, usability and overall quality.

The Big List of Active Linux Distros - An extensive collection of actively developed Linux distributions.
Open Source Alternatives - Alternatives to software and services from Google, Microsoft, Apple, Adobe, IBM, Autodesk, Oracle and others.
Essential Linux System Tools - Indispensable utilities for monitoring, maintaining and managing Linux systems.
Linux Productivity Tools - Useful utilities for improving productivity and streamlining everyday tasks.
Alternatives to Popular CLI Tools - Modern alternatives to familiar command-line utilities supplied with Linux systems.
Awesome Free Linux Game Tools - Tools, utilities and companion software that improve gaming on Linux.
Machine Learning on Linux - Machine learning and deep learning software, self-hosted applications and practical tools.
Saving Money with Linux - Practical ways to reduce electricity consumption and lower computing costs with Linux.
Linux Candy - Fun, entertaining and sometimes delightfully quirky software from the lighter side of Linux.
Subscribe

Please read our Comment Policy before commenting.

Notify of
guest
2 Comments
Oldest
Newest Most Voted
Jamshid
Jamshid
8 years ago

Obnam project is no longer maintained.