[PR #86] [MERGED] add more backup tools #169

Closed
opened 2025-11-06 16:46:52 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/86
Author: @nodiscc
Created: 7/25/2015
Status: Merged
Merged: 8/2/2015
Merged by: @n1trux

Base: masterHead: patch-1


📝 Commits (1)

  • 13b53a0 add more backup tools: obnam, rdiff-backup

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)

📄 Description

  • obnam is a backup tool that supports network backups, GPG encryption, data de-duplication (" 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."). It is snapshot-based and has an easy to use but powerful command line interface. Obnam backup generations can be mounted as a filesystem.
  • clonezilla - do I need to introduce it - is a disk imaging and cloning tool running as a Live CD/USB. It can be used to move operating systems and other partititons between machines, bare metal or virtual, do full backups of an installed system, and more.
  • rdiff-backup is another well known backup tool. It is fast over a network as it only transmits deltas. It stores the most recent backup as a plain copy of the original directory structure, while reverse diffs to previous versions (including deleted files) are stored in a special subdirectory ("The idea is to combine the best features of a mirror and an incremental backup.")

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-foss/awesome-sysadmin/pull/86 **Author:** [@nodiscc](https://github.com/nodiscc) **Created:** 7/25/2015 **Status:** ✅ Merged **Merged:** 8/2/2015 **Merged by:** [@n1trux](https://github.com/n1trux) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`13b53a0`](https://github.com/awesome-foss/awesome-sysadmin/commit/13b53a087ca88f4c71c3e1964d1b259f98797f1f) add more backup tools: obnam, rdiff-backup ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description - [obnam](http://obnam.org/) is a backup tool that supports network backups, GPG encryption, data de-duplication (" 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."). It is snapshot-based and has an easy to use but powerful command line interface. Obnam backup generations can be mounted as a filesystem. - ~~[clonezilla](http://clonezilla.org/) - do I need to introduce it - is a disk imaging and cloning tool running as a Live CD/USB. It can be used to move operating systems and other partititons between machines, bare metal or virtual, do full backups of an installed system, and more.~~ - [rdiff-backup](http://www.nongnu.org/rdiff-backup/) is another well known backup tool. It is fast over a network as it only transmits deltas. It stores the most recent backup as a plain copy of the original directory structure, while reverse diffs to previous versions (including deleted files) are stored in a special subdirectory ("The idea is to combine the best features of a mirror and an incremental backup.") --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 16:46:52 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sysadmin#169