Borg Backup
https://www.borgbackup.org
BorgBackup is a deduplicating archiver which stores deltas. It
supports compression and authenticated encryption as well,
facilitating frequent backups and storing to not fully trusted
targets.
- Devel package for openSUSE:Factory
-
11
derived packages
- Links to openSUSE:Factory / borgbackup
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Archiving:Backup/borgbackup && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
borgbackup-1.1.15.tar.gz | 0003777355 3.6 MB | |
borgbackup-1.1.15.tar.gz.asc | 0000000862 862 Bytes | |
borgbackup-1.1.4-sphinx-default-theme.patch | 0000001142 1.12 KB | |
borgbackup.changes | 0000060803 59.4 KB | |
borgbackup.keyring | 0000010419 10.2 KB | |
borgbackup.spec | 0000007995 7.81 KB |
Revision 72 (latest revision is 114)
Hans-Peter Jansen (frispete)
accepted
request 870638
from
Antonio Larrosa (alarrosa)
(revision 72)
- Update to 1.1.15: * drops python 3.4 support, minimum requirement is 3.5 now. Fixes: * extract: + improve exception handling when setting xattrs, #5092. + emit a warning message giving the path, xattr key and error message. + continue trying to restore other xattrs and bsdflags of the same file after an exception with xattr-setting happened. * export-tar: + set tar format to GNU_FORMAT explicitly, #5274 + fix memory leak with ssh: remote repository, #5568 + fix potential memory leak with ssh: remote repository with partial extraction * create: fix --dry-run and --stats coexistence, #5415 * use --timestamp for {utcnow} and {now} if given, #5189 New features: * create: implement --stdin-mode, --stdin-user and --stdin-group, #5333 * allow appending the files cache filename with BORG_FILES_CACHE_SUFFIX env var Other changes: * drop python 3.4 support, minimum requirement is 3.5 now. * enable using libxxhash instead of bundled xxh64 code * update llfuse requirements (1.3.8) * set cython language_level in some files to fix warnings * allow EIO with warning when trying to hardlink * PropDict: fail early if internal_dict is not a dict * update shell completions * tests / CI
Comments 0