- Update to borgbackup 1.1.4
* Fix a potential data corruption issue with 'borg check --repair'
happening in borg >= 1.1 and < 1.1.4
* zstd compression is new in borg 1.1.4, older borg can't handle it.
* new minimum requirements for the compression libraries:
+ added requirement: libzstd >= 1.3.0
+ updated requirement: liblz4 >= 1.7.0 / r129
- Fixes:
* check: data corruption fix: fix for borg check --repair malfunction. See
the more detailed notes at
https://github.com/borgbackup/borg/blob/1.1.4/docs/changes.rst
* delete: also delete security dir when deleting a repo
* prune: fix building the "borg prune" man page
* init: use given --storage-quota for local repo
* init: properly quote repo path in output
* fix startup delay with dns-only own fqdn resolving
- New features:
* added zstd compression.
* added placeholder {reverse-fqdn} for fqdn in reverse notation
* added BORG_BASE_DIR environment variable
- Other changes:
* list help topics when invalid topic is requested
* fix lz4 deprecation warning, requires lz4 >= 1.7.0 (r129)
* add parens for C preprocessor macro argument usages (did not cause
malfunction)
* exclude broken pytest 3.3.0 release
* updated fish/bash completions
* init: more clear exception messages for borg create
* docs:
+ add auto-generated docs for borg config
OBS-URL: https://build.opensuse.org/request/show/563305
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=25
- Update to borgbackup 1.1.3
- Fixes:
* Security Fix for CVE-2017-15914: Incorrect implementation of access
controls allows remote users to override repository restrictions in Borg
servers. A user able to access a remote Borg SSH server is able to
circumvent access controls post-authentication.
Affected releases: 1.1.0, 1.1.1, 1.1.2. Releases 1.0.x are NOT affected.
* crc32: deal with unaligned buffer, add tests - this broke borg on older ARM
CPUs that can not deal with unaligned 32bit memory accesses and raise a bus
error in such cases. the fix might also improve performance on some CPUs as
all 32bit memory accesses by the crc32 code are properly aligned now.
* mount: fixed support of --consider-part-files and do not show .borg_part_N
files by default in the mounted FUSE filesystem.
* fixed cache/repo timestamp inconsistency message, highlight that
information is obtained from security dir (deleting the cache will not
bypass this error in case the user knows this is a legitimate repo).
* borgfs: don't show sub-command in borgfs help
* create: show an error when --dry-run and --stats are used together
- New features:
* mount: added exclusion group options and paths.
Reused some code to support similar options/paths as borg extract offers -
making good use of these to only mount a smaller subset of dirs/files can
speed up mounting a lot and also will consume way less memory.
borg mount [options] repo_or_archive mountpoint path [paths...]
paths: you can just give some "root paths" (like for borg extract) to only
partially populate the FUSE filesystem.
new options: --exclude[-from], --pattern[s-from], --strip-components
* create/extract: support st_birthtime on platforms supporting it
* add "borg config" command for querying/setting/deleting config values
- Other changes:
OBS-URL: https://build.opensuse.org/request/show/555912
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=23
- Update to borgbackup 1.1.2
- Fixes:
* fix KeyError crash when talking to borg server < 1.0.7
* extract: set bsdflags last (include immutable flag)
* create: don't do stat() call on excluded-norecurse directory, fix exception handling for stat() call
* create --stats: do not count data volume twice when checkpointing
* recreate: move chunks_healthy when excluding hardlink master
* recreate: get rid of chunks_healthy when rechunking (does not match)
* check: get rid of already existing not matching chunks_healthy metadata
* list: fix stdout broken pipe handling
* list/diff: remove tag-file options (not used)
- New features:
* bash, zsh and fish shell auto-completions, see scripts/shell_completions/
* added BORG_CONFIG_DIR env var
- Other changes:
* docs:
* clarify using a blank passphrase in keyfile mode
* mention "!" (exclude-norecurse) type in "patterns" help
* document to first heal before running borg recreate to re-chunk stuff, because that will have to get rid of chunks_healthy metadata.
* more than 23 is not supported for CHUNK_MAX_EXP
* borg does not respect nodump flag by default any more
* clarify same-filesystem requirement for borg upgrade
* update / rephrase cygwin / WSL status
* improve docs about --stats
* vagrant: openindiana new clang package
- Already contained in 1.1.1 (last minute fix):
* arg parsing: fix fallback function, refactor
- Generate new subpackages borgbackup-bash-completion,
borgbackup-zsh-completion and borgbackup-fish-completion with
autocompletion scripts for each shell.
OBS-URL: https://build.opensuse.org/request/show/540018
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=20
- Update to borgbackup 1.1.1
- Compatibility notes:
* When upgrading from borg 1.0.x to 1.1.x, please note:
* read all the compatibility notes for 1.1.0*, starting from 1.1.0b1.
* borg might ask some security-related questions once after upgrading.
You can answer them either manually or via environment variable.
One known case is if you use unencrypted repositories, then it will ask
about a unknown unencrypted repository one time.
* your first backup with 1.1.x might be significantly slower (it might
completely read, chunk, hash a lot files) - this is due to the
--files-cache mode change (and happens every time you change mode). You
can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible mode
(but that is less safe for detecting changed files than the default).
See the --files-cache docs for details.
* The deprecated --no-files-cache is not a global/common option any more, but
only available for borg create (it is not needed for anything else).
Use --files-cache=disabled instead of --no-files-cache.
* The nodump flag ("do not backup this file") is not honoured any more by
default because this functionality (esp. if it happened by error or
unexpected) was rather confusing and unexplainable at first to users.
If you want that "do not backup NODUMP-flagged files" behaviour, use:
borg create --exclude-nodump ...
- Fixes:
* borg recreate: correctly compute part file sizes. fixes cosmetic, but
annoying issue as borg check complains about size inconsistencies of part
files in affected archives. you can solve that by running borg recreate
on these archives.
* bsdflags support: do not open BLK/CHR/LNK files, avoid crashes and slowness
* recreate: don't crash on attic archives w/o time_end
* don't crash on repository filesystems w/o hardlink support (forwarded request 535946 from alarrosa)
OBS-URL: https://build.opensuse.org/request/show/535956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=7
- Update to borgbackup 1.1.1
- Compatibility notes:
* When upgrading from borg 1.0.x to 1.1.x, please note:
* read all the compatibility notes for 1.1.0*, starting from 1.1.0b1.
* borg might ask some security-related questions once after upgrading.
You can answer them either manually or via environment variable.
One known case is if you use unencrypted repositories, then it will ask
about a unknown unencrypted repository one time.
* your first backup with 1.1.x might be significantly slower (it might
completely read, chunk, hash a lot files) - this is due to the
--files-cache mode change (and happens every time you change mode). You
can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible mode
(but that is less safe for detecting changed files than the default).
See the --files-cache docs for details.
* The deprecated --no-files-cache is not a global/common option any more, but
only available for borg create (it is not needed for anything else).
Use --files-cache=disabled instead of --no-files-cache.
* The nodump flag ("do not backup this file") is not honoured any more by
default because this functionality (esp. if it happened by error or
unexpected) was rather confusing and unexplainable at first to users.
If you want that "do not backup NODUMP-flagged files" behaviour, use:
borg create --exclude-nodump ...
- Fixes:
* borg recreate: correctly compute part file sizes. fixes cosmetic, but
annoying issue as borg check complains about size inconsistencies of part
files in affected archives. you can solve that by running borg recreate
on these archives.
* bsdflags support: do not open BLK/CHR/LNK files, avoid crashes and slowness
* recreate: don't crash on attic archives w/o time_end
* don't crash on repository filesystems w/o hardlink support
OBS-URL: https://build.opensuse.org/request/show/535946
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=18
- Update to borgbackup 1.1.0
- Changelog:
* Major new features in the 1.1 release series are:
* borg recreate: remove files from existing archives and re-chunk or
re-compress them. This finally allows deduplication between legacy
Attic / Borg 0.xx archives and Borg 1.x archives. This is an
experimental feature.
* borg diff: show differences between two archives.
* borg mount: show all recorded versions of files with the "versions view".
* borg list: more formatting options, including generation of hashes and
per-file chunk statistics.
* borg create: automatic compression mode (-C auto,zlib/lz4/...), faster
handling of many files, experimental support for inclusion patterns
(--patterns, --patterns-from), files cache mode control (mtime/ctime)
* borg export-tar: streaming export of GNU tar compatible archives.
* Archive comments
* BLAKE2b256-based encryption modes, and "authenticated" modes that provide
data integrity without encryption. These provide better performance than
the existing SHA-256-based modes on most hardware, except where the x86
SHA extensions are available (e.g. AMD Ryzen).
* Repository indices and the Borg cache now use checksums to detect bitrot
and other corruption.
* A documented JSON API has been added to the most vital commands
(borg list, borg info and borg create).
* Structured JSON logging is available for all commands.
* --prefix has been supplemented with --glob-archives (-a), --sort-by,
--last and --first options. These can be used for borg list, borg info,
borg mount, borg check, borg delete and borg prune.
* Quality of life improvements:
* options that imply output (--show-rc, --show-version, --list, --stats, (forwarded request 532595 from alarrosa)
OBS-URL: https://build.opensuse.org/request/show/532608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/borgbackup?expand=0&rev=6
- Update to borgbackup 1.1.0
- Changelog:
* Major new features in the 1.1 release series are:
* borg recreate: remove files from existing archives and re-chunk or
re-compress them. This finally allows deduplication between legacy
Attic / Borg 0.xx archives and Borg 1.x archives. This is an
experimental feature.
* borg diff: show differences between two archives.
* borg mount: show all recorded versions of files with the "versions view".
* borg list: more formatting options, including generation of hashes and
per-file chunk statistics.
* borg create: automatic compression mode (-C auto,zlib/lz4/...), faster
handling of many files, experimental support for inclusion patterns
(--patterns, --patterns-from), files cache mode control (mtime/ctime)
* borg export-tar: streaming export of GNU tar compatible archives.
* Archive comments
* BLAKE2b256-based encryption modes, and "authenticated" modes that provide
data integrity without encryption. These provide better performance than
the existing SHA-256-based modes on most hardware, except where the x86
SHA extensions are available (e.g. AMD Ryzen).
* Repository indices and the Borg cache now use checksums to detect bitrot
and other corruption.
* A documented JSON API has been added to the most vital commands
(borg list, borg info and borg create).
* Structured JSON logging is available for all commands.
* --prefix has been supplemented with --glob-archives (-a), --sort-by,
--last and --first options. These can be used for borg list, borg info,
borg mount, borg check, borg delete and borg prune.
* Quality of life improvements:
* options that imply output (--show-rc, --show-version, --list, --stats,
OBS-URL: https://build.opensuse.org/request/show/532595
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=16
- Update to version 1.0.11 ((2017-07-21)
Bug fixes:
- use limited unpacker for outer key (security precaution), #2174
- fix paperkey import bug
Other changes:
- change --checkpoint-interval default from 600s to 1800s, #2841.
this improves efficiency for big repositories a lot.
- docs: fix OpenSUSE command and add OpenSUSE section
- tests: add tests for split_lstring and paperkey
- vagrant:
- fix openbsd shell
- backport cpu/ram setup from master
- add stretch64 VM
OBS-URL: https://build.opensuse.org/request/show/513821
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=14
- update to version 1.0.10 (2017-02-13)
Bug fixes:
- Manifest timestamps are now monotonically increasing, this fixes
issues when the system clock jumps backwards or is set inconsistently
across computers accessing the same repository, #2115
- Fixed testing regression in 1.0.10rc1 that lead to a hard dependency
on py.test >= 3.0, #2112
New features:
- “key export” can now generate a printable HTML page with both a QR
code and a human-readable “paperkey” representation (and custom text)
through the --qr-html option.
- The same functionality is also available through paperkey.html, which
is the same HTML page generated by --qr-html. It works with existing
“key export” files and key files.
Other changes:
- docs:
- language clarification - “borg create –one-file-system” option
does not respect mount points, but considers different file systems
instead, #2141
- setup.py: build_api: sort file list for determinism
- update to version 1.0.10rc1 (2017-01-29)
Bug fixes:
- borg serve: fix transmission data loss of pipe writes, #1268 This
affects only the cygwin platform (not Linux, BSD, OS X).
- Avoid triggering an ObjectiveFS bug in xattr retrieval, #1992
- When running out of buffer memory when reading xattrs, only skip the
current file, #1993
- Fixed “borg upgrade –tam” crashing with unencrypted repositories. Since
the issue is not relevant for unencrypted repositories, it now does
nothing and prints an error, #1981.
OBS-URL: https://build.opensuse.org/request/show/495000
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=12
- update to version 1.0.9 (2016-12-20)
- Security fixes:
- A flaw in the cryptographic authentication scheme in Borg allowed
an attacker to spoof the manifest. See :ref:`tam_vuln` above for
the steps you should take.
Fixes CVE-2016-10099
- borg check: When rebuilding the manifest (which should only be
needed very rarely) duplicate archive names would be handled on a
"first come first serve" basis, allowing an attacker to apparently
replace archives.
Fixes CVE-2016-10100
- Bug fixes:
- borg check:
rebuild manifest if it's corrupted
skip corrupted chunks during manifest rebuild
- fix TypeError in integrity error handler, #1903, #1894
- fix location parser for archives with @ char (regression introduced
in 1.0.8), #1930
- fix wrong duration/timestamps if system clock jumped during a create
- fix progress display not updating if system clock jumps backwards
- fix checkpoint interval being incorrect if system clock jumps
- update to version 1.0.9rc1 (2016-11-27)
- Bug fixes:
- files cache: fix determination of newest mtime in backup set (which
is used in cache cleanup and led to wrong "A" [added] status for
unchanged files in next backup), #1860.
- borg check:
- fix incorrectly reporting attic 0.13 and earlier archives as corrupt
- handle repo w/o objects gracefully and also bail out early if repo
is completely empty, #1815.
OBS-URL: https://build.opensuse.org/request/show/448618
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=9
- update to version 1.0.7 (2016-08-19):
a critical security fix and some major bug fixes
Please check:
https://github.com/borgbackup/borg/blob/1.0.7/docs/changes.rst
- update to version 1.0.6 (2016-07-12)
Bug fixes:
* Linux: handle multiple LD_PRELOAD entries correctly, #1314, #1111
* Fix crash with unclear message if the libc is not found, #1314, #1111
Other changes:
* tests:
* Fixed O_NOATIME tests for Solaris and GNU Hurd, #1315
* Fixed sparse file tests for (file) systems not supporting it, #1310
* docs:
* Fixed syntax highlighting, #1313
* misc docs: added data processing overview picture
- update to version 1.0.6rc1 (2016-07-10)
New features:
* borg check –repair: heal damaged files if missing chunks re-appear (e.g. if the
previously missing chunk was added again in a later backup archive), #148. (*)
Also improved logging.
Bug fixes:
* sync_dir: silence fsync() failing with EINVAL, #1287 Some network filesystems
(like smbfs) don’t support this and we use this in repository code.
* borg mount (FUSE):
fix directories being shadowed when contained paths were also specified, #1295
raise I/O Error (EIO) on damaged files (unless -o allow_damaged_files is used),
#1302. (*)
* borg extract: warn if a damaged file is extracted, #1299. (*)
Added some missing return code checks (ChunkIndex._add, hashindex_resize).
OBS-URL: https://build.opensuse.org/request/show/420660
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=3
- Update to version 1.0.2:
Bug fixes:
- fix malfunction and potential corruption on (nowadays rather rare)
big-endian architectures or bi-endian archs in (rare) BE mode. #886, #889
cache resync / index merge was malfunctioning due to this, potentially
leading to data loss. borg info had cosmetic issues (displayed wrong values).
note: all (widespread) little-endian archs (like x86/x64) or bi-endian
archs in (widespread) LE mode (like ARMEL, MIPSEL, ...) were NOT affected.
- add overflow and range checks for 1st (special) uint32 of the hashindex
values, switch from int32 to uint32.
- fix so that refcount will never overflow, but just stick to max. value after
a overflow would have occured.
- borg delete: fix --cache-only for broken caches, #874
Makes --cache-only idempotent: it won't fail if the cache is already deleted.
- fixed borg create --one-file-system erroneously traversing into other
filesystems (if starting fs device number was 0), #873
- workround a bug in Linux fadvise FADV_DONTNEED, #907
Other changes:
- better test coverage for hashindex, incl. overflow testing, checking correct
computations so endianness issues would be discovered.
- reproducible doc for ProgressIndicator*, make the build reproducible.
- use latest llfuse for vagrant machines
- docs:
- use /path/to/repo in examples, fixes#901
- fix confusing usage of "repo" as archive name (use "arch")
OBS-URL: https://build.opensuse.org/request/show/394953
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=2
Here's a new star on the deduplicating backup software sky: borgbackup.
Since it already entered many other linux distributions, it's time to
have it in a proper place for openSUSE as well.
One downside, I would like to note: this package depends on python >= 3.4,
which will exclude some older distributions and might depend on a few
other python3 packages, that aren't available for others. I will take care
of that with follow up SRs.
OBS-URL: https://build.opensuse.org/request/show/387357
OBS-URL: https://build.opensuse.org/package/show/Archiving:Backup/borgbackup?expand=0&rev=1