Revisions of borgbackup

Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 31)
- update to Borgbackup 2.0.0b7
- add filter for false rpmlint errors as
  Source: 3
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 30)
- disable get_runtime_dir test for /run/user due to non-writeable 
  /run/user dir for user 399
 
- update to Borgbackup 2.0.0b6
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 29)
- Update to Borgbackup 2.0.0b66
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 28)
- Update to version 2.0b5~git.20230330T002442.dfef2b9:
  * fix config/cache dir compatibility issues, fixes #7445 (#7448)
  * Add parse-obj and format-obj debug commands (#7443)
  * skip "do not retry when permissions denied" test if running as root
  * transfer: verify chunks we get using assert_id, fixes #7383
  * codeql action: upgrade to v2
  * Changed black rev in pre-commit yaml. Fixes #7476
  * Installed and configured pre-commit to lint and format code. Fixes #7476
Andreas Prittwitz's avatar Andreas Prittwitz (priand) accepted request 1076599 from Esokrates's avatar Esokrates (esokrates) (revision 27)
Fix the build error by picking commit up commit 1ab90b339e39535e74695b1f5d7176c90f035164 from master.

Thanks for your work bringing v2 to Opensuse for testing!
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 26)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 25)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 24)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 23)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 22)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 21)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 20)
- Update to 1.2.3
  Fixes:
   * create: fix --list --dry-run output for directories, #7209
   * diff/recreate: normalize chunker params before comparing them,
     #7079
   * check: fix uninitialised variable if repo is completely empty,
     #7034
   * xattrs: improve error handling, #6988
   * fix args.paths related argparsing, #6994
   * archive.save(): always use metadata from stats (e.g. nfiles,
     size, ...), #7072
   * tar_filter: recognize .tar.zst as zstd, #7093
   * get_chunker: fix missing sparse=False argument, #7056
   * file_integrity.py: make sure file_fd is always closed on exit
   * repository: cleanup(): close segment before unlinking
   * repository: use os.replace instead of os.rename
  Other changes:
   * remove python < 3.7 compatibility code
   * do not use version_tuple placeholder in setuptools_scm
     template
   * CI: fix tox4 passenv issue, #7199
   * vagrant: update to python 3.9.16, use the openbsd 7.1 box
   * misc. test suite and docs fixes / improvements
   * remove deprecated --prefix from docs, #7109
   * Windows: use MSYS2 for Github CI, remove Appveyor CI
  More info:
   * https://github.com/borgbackup/borg/blob/1.2.3/docs/changes.rst#version-123-2022-12-24
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 19)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 18)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 17)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 16)
buildservice-autocommit accepted request 1004341 from Andreas Prittwitz's avatar Andreas Prittwitz (priand) (revision 15)
baserev update by copy to link target
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 14)
   * prune/delete --checkpoint-interval=1800 and ctrl-c/SIGINT
     support, #6284
   * SaveFile: use a custom mkstemp with mode support, #6933,
     #6400, #6786. This fixes umask/mode/ACL issues (and also
     "chmod not supported" exceptions seen in 1.2.1) of files
   * updated using SaveFile, e.g. the repo config.
   * hashindex_compact: fix eval order (check idx before use),
     #5899
   * create --paths-from-(stdin|command): normalize paths, #6778
   * secure_erase: avoid collateral damage, #6768. If a hardlink
     copy of a repo was made and a new repo config shall be
     saved, do NOT fill in random garbage before deleting the
     previous repo config, because that would damage the hardlink
     copy.
   * list: fix {flags:<WIDTH>} formatting, #6081
   * check: try harder to create the key, #5719
   * misc commands: ctrl-c must not kill other subprocesses, #6912
       borg create with a remote repo via ssh
       borg create --content-from-command
       borg create --paths-from-command
   * (de)compression filter process of import-tar / export-tar
   * deprecate --prefix, use -a / --glob-archives, see #6806
   * make setuptools happy ("package would be ignored"), #6874
   * fix pyproject.toml to create a fixed _version.py file,
     compatible with both old and new setuptools_scm version,
     #6875
   * automate asciinema screencasts
   * CI: test on macOS 12 without fuse / fuse tests (too
     troublesome on github CI due to kernel extensions needed by
     macFUSE)
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 13)
- Update to 1.2.2
- Update requirements: openssl-devel >= 1.1.0
  New features:
    prune/delete --checkpoint-interval=1800 and ctrl-c/SIGINT 
    support, #6284
  Fixes:
    SaveFile: use a custom mkstemp with mode support, #6933,
    #6400, #6786. This fixes umask/mode/ACL issues (and also
    "chmod not supported" exceptions seen in 1.2.1) of files
    updated using SaveFile, e.g. the repo config.
    hashindex_compact: fix eval order (check idx before use),
    #5899
    create --paths-from-(stdin|command): normalize paths, #6778
    secure_erase: avoid collateral damage, #6768. If a hardlink
    copy of a repo was made and a new repo config shall be
    saved, do NOT fill in random garbage before deleting the
    previous repo config, because that would damage the hardlink
    copy.
    list: fix {flags:<WIDTH>} formatting, #6081
    check: try harder to create the key, #5719
    misc commands: ctrl-c must not kill other subprocesses, #6912
        borg create with a remote repo via ssh
        borg create --content-from-command
        borg create --paths-from-command
        (de)compression filter process of import-tar / export-tar
  Other changes:
    deprecate --prefix, use -a / --glob-archives, see #6806
    make setuptools happy ("package would be ignored"), #6874
    fix pyproject.toml to create a fixed _version.py file,
    compatible with both old and new setuptools_scm version,
Andreas Prittwitz's avatar Andreas Prittwitz (priand) committed (revision 12)
Displaying revisions 21 - 40 of 51
openSUSE Build Service is sponsored by