[PR #147] [MERGED] Add BorgBackup to backup software #205

Closed
opened 2025-11-06 16:47:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/147
Author: @elnappo
Created: 3/29/2016
Status: Merged
Merged: 3/29/2016
Merged by: @n1trux

Base: masterHead: patch-1


📝 Commits (1)

  • feb1598 Add BorgBackup to backup software

📊 Changes

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

View changed files

📝 README.md (+1 -1)

📄 Description

BorgBackup is a fork of Attic. Attic seams to not be actively maintained anymore. Borg added a tone of new features and many bugfixes.

  • more open, faster paced development (see issue #1)
  • lots of attic issues fixed (see issue #5)
  • less chunk management overhead (less memory and disk usage for chunks index)
  • faster remote cache resync (useful when backing up multiple machines into same repo)
  • compression: no, lz4, zlib or lzma compression, adjustable compression levels
  • repokey replaces problematic passphrase mode (you can't change the passphrase nor the pbkdf2 iteration count in "passphrase" mode)
  • simple sparse file support, great for virtual machine disk files
  • can read special files (e.g. block devices) or from stdin, write to stdout
  • mkdir-based locking is more compatible than attic's posix locking
  • uses fadvise to not spoil / blow up the fs cache
  • better error messages / exception handling
  • better logging, screen output, progress indication
  • tested on misc. Linux systems, 32 and 64bit, FreeBSD, OpenBSD, NetBSD, Mac OS X

https://github.com/borgbackup/borg


🔄 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/147 **Author:** [@elnappo](https://github.com/elnappo) **Created:** 3/29/2016 **Status:** ✅ Merged **Merged:** 3/29/2016 **Merged by:** [@n1trux](https://github.com/n1trux) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`feb1598`](https://github.com/awesome-foss/awesome-sysadmin/commit/feb1598cce652fe7dbf8710860670808061fecba) Add BorgBackup to backup software ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) </details> ### 📄 Description BorgBackup is a fork of Attic. Attic seams to not be actively maintained anymore. Borg added a tone of new features and many bugfixes. > - more open, faster paced development (see [issue #1](https://github.com/borgbackup/borg/issues/1)) > - lots of attic issues fixed (see [issue #5](https://github.com/borgbackup/borg/issues/5)) > - less chunk management overhead (less memory and disk usage for chunks index) > - faster remote cache resync (useful when backing up multiple machines into same repo) > - compression: no, lz4, zlib or lzma compression, adjustable compression levels > - repokey replaces problematic passphrase mode (you can't change the passphrase nor the pbkdf2 iteration count in "passphrase" mode) > - simple sparse file support, great for virtual machine disk files > - can read special files (e.g. block devices) or from stdin, write to stdout > - mkdir-based locking is more compatible than attic's posix locking > - uses fadvise to not spoil / blow up the fs cache > - better error messages / exception handling > - better logging, screen output, progress indication > - tested on misc. Linux systems, 32 and 64bit, FreeBSD, OpenBSD, NetBSD, Mac OS X https://github.com/borgbackup/borg --- <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:47:45 -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#205