79 Commits

Author SHA256 Message Date
6bf2c5a09f Accepting request 1318846 from Archiving
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1318846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=35
2025-11-21 15:55:37 +00:00
0093e0ff8e fix typos
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=77
2025-11-13 10:24:26 +00:00
93e01cbd64 - Add fuse requirement as it's needed for mounting restic snapshots
and should as such be part of the package.

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=76
2025-11-13 10:23:39 +00:00
f952d237dc Accepting request 1306369 from Archiving
Forwarded request #1306368 from darix

- update to 0.18.1
  - Fix #5324: Correctly handle backup --stdin-filename with
    directory paths
  - Fix #5325: Accept RESTIC_HOST environment variable in forget
    command
  - Fix #5342: Ignore "chmod not supported" errors when writing
    files
  - Fix #5344: Ignore EOPNOTSUPP errors for extended attributes
  - Fix #5421: Fix rare crash if directory is removed during backup
  - Fix #5429: Stop retrying uploads when rest-server runs out of
    space
  - Fix #5467: Improve handling of download retries in check
    command
  all details at https://github.com/restic/restic/releases/tag/v0.18.1
- refreshed testsuite-use-python3.patch

OBS-URL: https://build.opensuse.org/request/show/1306369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=34
2025-09-22 14:40:02 +00:00
ac9684ca38 - update to 0.18.1
- Fix #5324: Correctly handle backup --stdin-filename with
    directory paths
  - Fix #5325: Accept RESTIC_HOST environment variable in forget
    command
  - Fix #5342: Ignore "chmod not supported" errors when writing
    files
  - Fix #5344: Ignore EOPNOTSUPP errors for extended attributes
  - Fix #5421: Fix rare crash if directory is removed during backup
  - Fix #5429: Stop retrying uploads when rest-server runs out of
    space
  - Fix #5467: Improve handling of download retries in check
    command
  all details at https://github.com/restic/restic/releases/tag/v0.18.1
- refreshed testsuite-use-python3.patch

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=74
2025-09-21 20:04:17 +00:00
caad1eb377 Accepting request 1294770 from Archiving
- Upstream's build.go auto-sets CGO_ENABLED=0, producing static binaries. As a
  distribution we generally prefer dynamically linked binaries, so use
  --enable-cgo. This won't really affect users in practice. (forwarded request 1294746 from cyphar)

OBS-URL: https://build.opensuse.org/request/show/1294770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=33
2025-07-21 18:00:55 +00:00
a6f806bb11 - Upstream's build.go auto-sets CGO_ENABLED=0, producing static binaries. As a
distribution we generally prefer dynamically linked binaries, so use
  --enable-cgo. This won't really affect users in practice.

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=72
2025-07-21 09:19:31 +00:00
d504aec2cd - Fix rpmlint warnings about wrong line endings and .gitignore
files

- Port to actually using build.go 
  - adds the following patches
    build.patch
    disable-selfupdate.patch
- Prepare testsuite running. Can be disabled for local builds with
  --without=run_tests
  - adds the following patches
    testsuite-use-python3.patch

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=71
2025-07-21 01:24:36 +00:00
9142989a3e - Go module building has worked in OBS for a few years now (and this package
switched to using obs-service-go_modules to generate a vendor.tar.gz a while
  ago). So we can remove GO111MODULES=off and all of the GOPATH magic, since
  "go build" just works with the current setup.
- Remove unneeded disable-selfupdate.patch -- we have never used build.go to
  build the binary, and this patch only modified build.go. The self-update
  feature is gated behind the "selfupdate" build tag, which is something we've
  never passed and so the feature has always been disabled regardless of the
  patch.

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=70
2025-07-20 14:17:56 +00:00
3e87ec2b80 Accepting request 1265145 from Archiving
Add missing bugnumber

OBS-URL: https://build.opensuse.org/request/show/1265145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=32
2025-03-31 09:39:30 +00:00
93f167f4c1 - update to 0.18.0 (boo#1240262)
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=68
2025-03-28 10:03:46 +00:00
8ec22e9d7a Accepting request 1264712 from Archiving
Forwarded request #1264710 from darix

- update to 0.18.0
  - Sec #5291: Mitigate attack on content-defined chunking
    algorithm
  - Fix #1843: Correctly restore long filepaths' timestamp on old
    Windows
  - Fix #2165: Ignore disappeared backup source files
  - Fix #5153: Include root tree when searching using find --tree
  - Fix #5169: Prevent Windows VSS event log 8194 warnings for
    backup with fs snapshot
  - Fix #5212: Fix duplicate data handling in prune --max-unused
  - Fix #5249: Fix creation of oversized index by repair index
    --read-all-packs
  - Fix #5259: Fix rare crash in command output
  - Chg #4938: Update dependencies and require Go 1.23 or newer
  - Chg #5162: Promote feature flags
  - Enh #1378: Add JSON support to check command
  - Enh #2511: Support generating shell completions to stdout
  - Enh #3697: Allow excluding online-only cloud files (e.g.
    OneDrive)
  - Enh #4179: Add sort option to ls command
  - Enh #4433: Change default sort order for find output
  - Enh #4521: Add support for Microsoft Blob Storage access tiers
  - Enh #4942: Add snapshot summary statistics to rewritten
    snapshots
  - Enh #4948: Format exit errors as JSON when requested
  - Enh #4983: Add SLSA provenance to GHCR container images
  - Enh #5054: Enable compression for ZIP archives in dump command
  - Enh #5081: Add retry mechanism for loading repository config
  - Enh #5089: Allow including/excluding extended file attributes
    during restore

OBS-URL: https://build.opensuse.org/request/show/1264712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=31
2025-03-27 21:34:53 +00:00
9d8d76050c - update to 0.18.0
- Sec #5291: Mitigate attack on content-defined chunking
    algorithm
  - Fix #1843: Correctly restore long filepaths' timestamp on old
    Windows
  - Fix #2165: Ignore disappeared backup source files
  - Fix #5153: Include root tree when searching using find --tree
  - Fix #5169: Prevent Windows VSS event log 8194 warnings for
    backup with fs snapshot
  - Fix #5212: Fix duplicate data handling in prune --max-unused
  - Fix #5249: Fix creation of oversized index by repair index
    --read-all-packs
  - Fix #5259: Fix rare crash in command output
  - Chg #4938: Update dependencies and require Go 1.23 or newer
  - Chg #5162: Promote feature flags
  - Enh #1378: Add JSON support to check command
  - Enh #2511: Support generating shell completions to stdout
  - Enh #3697: Allow excluding online-only cloud files (e.g.
    OneDrive)
  - Enh #4179: Add sort option to ls command
  - Enh #4433: Change default sort order for find output
  - Enh #4521: Add support for Microsoft Blob Storage access tiers
  - Enh #4942: Add snapshot summary statistics to rewritten
    snapshots
  - Enh #4948: Format exit errors as JSON when requested
  - Enh #4983: Add SLSA provenance to GHCR container images
  - Enh #5054: Enable compression for ZIP archives in dump command
  - Enh #5081: Add retry mechanism for loading repository config
  - Enh #5089: Allow including/excluding extended file attributes
    during restore

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=66
2025-03-27 21:05:04 +00:00
3f1e36fd76 Accepting request 1252082 from Archiving
Forwarded request #1252081 from darix

- add bump-google-apis-for-oauth2-fix.patch:
  This patch is only applied for manually creating the vendor
  tarball with
  go mod vendor 
  tar cfvz ../vendor.tar.gz go.mod go.sum vendor
  
  the patched go.* files are in the vendor tarball afterwards.
  boo#1239264 CVE-2025-22868

OBS-URL: https://build.opensuse.org/request/show/1252082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=30
2025-03-11 19:46:49 +00:00
304bcb0bfa Accepting request 1252081 from home:darix:restic
- add bump-google-apis-for-oauth2-fix.patch:
  This patch is only applied for manually creating the vendor
  tarball with
  go mod vendor 
  tar cfvz ../vendor.tar.gz go.mod go.sum vendor
  
  the patched go.* files are in the vendor tarball afterwards.
  boo#1239264 CVE-2025-22868

OBS-URL: https://build.opensuse.org/request/show/1252081
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=64
2025-03-11 14:28:30 +00:00
c374923f58 Accepting request 1225474 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1225474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=29
2024-11-21 14:18:21 +00:00
a538c8d4a9 - Update to version 0.17.3
- Fix #4971: Fix unusable mount on macOS Sonoma
  - Fix #5003: Fix metadata errors during backup of removable disks
    on Windows
  - Fix #5101: Do not retry load/list operation if SFTP connection
    is broken
  - Fix #5107: Fix metadata error on Windows for backups using VSS
  - Enh #5096: Allow prune --dry-run without lock

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=62
2024-11-21 08:45:31 +00:00
7ca9b63d5f Accepting request 1220415 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1220415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=28
2024-11-04 21:41:49 +00:00
02c07f3ae3 - Update to version 0.17.2
- Fix #4004: Support container-level SAS/SAT tokens for Azure
    backend
  - Fix #5047: Resolve potential error during concurrent cache
    cleanup
  - Fix #5050: Return error if tag fails to lock repository
  - Fix #5057: Exclude irregular files from backups
  - Fix #5063: Correctly backup extended metadata when using VSS on
    Windows

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=60
2024-11-03 11:54:44 +00:00
3cacdba20a Accepting request 1201755 from Archiving
Forwarded request #1199079 from darix

- Update to version 0.17.1
  - Fix #2004: Correctly handle volume names in backup command on
    Windows
  - Fix #4945: Include missing backup error text with --json
  - Fix #4953: Correctly handle long paths on older Windows
    versions
  - Fix #4957: Fix delayed cancellation of certain commands
  - Fix #4958: Don't ignore metadata-setting errors during restore
  - Fix #4969: Correctly restore timestamp for files with resource
    forks on macOS
  - Fix #4975: Prevent backup --stdin-from-command from panicking
  - Fix #4980: Skip extended attribute processing on unsupported
    Windows volumes
  - Fix #5004: Fix spurious "A Required Privilege Is Not Held by
    the Client" error
  - Fix #5005: Fix rare failures to retry locking a repository
  - Fix #5018: Improve HTTP/2 support for REST backend
  - Chg #4953: Also back up files with incomplete metadata
  - Enh #4795: Display progress bar for restore --verify
  - Enh #4934: Automatically clear removed snapshots from cache
  - Enh #4944: Print JSON-formatted errors during restore --json
  - Enh #4959: Return exit code 12 for "bad password" errors
  - Enh #4970: Make timeout for stuck requests customizable

OBS-URL: https://build.opensuse.org/request/show/1201755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=27
2024-09-18 13:28:02 +00:00
64132cc013 - Update to version 0.17.1
- Fix #2004: Correctly handle volume names in backup command on
    Windows
  - Fix #4945: Include missing backup error text with --json
  - Fix #4953: Correctly handle long paths on older Windows
    versions
  - Fix #4957: Fix delayed cancellation of certain commands
  - Fix #4958: Don't ignore metadata-setting errors during restore
  - Fix #4969: Correctly restore timestamp for files with resource
    forks on macOS
  - Fix #4975: Prevent backup --stdin-from-command from panicking
  - Fix #4980: Skip extended attribute processing on unsupported
    Windows volumes
  - Fix #5004: Fix spurious "A Required Privilege Is Not Held by
    the Client" error
  - Fix #5005: Fix rare failures to retry locking a repository
  - Fix #5018: Improve HTTP/2 support for REST backend
  - Chg #4953: Also back up files with incomplete metadata
  - Enh #4795: Display progress bar for restore --verify
  - Enh #4934: Automatically clear removed snapshots from cache
  - Enh #4944: Print JSON-formatted errors during restore --json
  - Enh #4959: Return exit code 12 for "bad password" errors
  - Enh #4970: Make timeout for stuck requests customizable

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=58
2024-09-18 09:49:11 +00:00
79a074963c Accepting request 1191046 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1191046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=26
2024-08-02 15:27:00 +00:00
783e1fa4f0 Accepting request 1189756 from home:darix:restic
- Update to version 0.17.0

OBS-URL: https://build.opensuse.org/request/show/1189756
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=56
2024-08-01 19:10:19 +00:00
da0791d6e4 Accepting request 1185979 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1185979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=25
2024-07-08 17:08:04 +00:00
e435bdc7f5 - Update to version 0.16.5
- Enh #4799: Add option to force use of Azure CLI credential
  - Enh #4873: Update dependencies

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=54
2024-07-07 11:30:51 +00:00
60ea164787 Accepting request 1144499 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1144499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=24
2024-02-06 15:35:19 +00:00
7457c49f1d Accepting request 1144075 from home:darix:restic
- Update to version 0.16.4
  This release works around and improves detection of a bug in the
  compression library used by restic. The resulting issue only
  happens when using restic 0.16.3 and the max compression level
  (the default auto and off compression levels are not affected),
  and when the source files being backed up have specific data in
  them to trigger the bug. If you use max compression, you can use
  restic check --read-data to make sure you're not affected.

OBS-URL: https://build.opensuse.org/request/show/1144075
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=52
2024-02-06 08:35:25 +00:00
e2f5b51edc Accepting request 1140635 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1140635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=23
2024-01-22 19:38:54 +00:00
bda0ef51d1 Accepting request 1139463 from home:darix:restic
- Update to version 0.16.3
  - Fix #4560: Improve errors for irregular files on Windows
  - Fix #4574: Support backup of deduplicated files on Windows
    again
  - Fix #4612: Improve error handling for rclone backend
  - Fix #4624: Correct restore progress information if an error
    occurs
  - Fix #4626: Improve reliability of restoring large files

OBS-URL: https://build.opensuse.org/request/show/1139463
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=50
2024-01-22 15:11:52 +00:00
ecb1ec579e Accepting request 1123922 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1123922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=22
2023-11-08 21:17:31 +00:00
897d7b3dd0 Accepting request 1123824 from home:dimstar:Factory
Fix build with RPM 4.19: unnumbered patches are no longer supported.

OBS-URL: https://build.opensuse.org/request/show/1123824
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=48
2023-11-07 10:43:23 +00:00
a62cf6f82c Accepting request 1121689 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1121689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=21
2023-11-02 19:21:11 +00:00
eb5961b942 Accepting request 1121041 from home:darix:restic
- Update to version 0.16.2
  - Fix #4540: Restore ARMv5 support for ARM binaries
  - Fix #4545: Repair documentation build on Read the Docs

OBS-URL: https://build.opensuse.org/request/show/1121041
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=46
2023-11-01 19:48:07 +00:00
3c61b69d8b Accepting request 1120181 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1120181
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=20
2023-10-25 16:03:49 +00:00
8ea5b96fb8 Accepting request 1120120 from home:darix:restic
- Update to version 0.16.1
  A very long list of improvements for all the details see
  https://github.com/restic/restic/releases/tag/v0.16.1
  It contains an important bug fix which prevents data corruption
  when compression is set to max.

OBS-URL: https://build.opensuse.org/request/show/1120120
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=44
2023-10-25 07:32:18 +00:00
9c1b9ae61b Accepting request 1105019 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1105019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=19
2023-08-22 06:56:09 +00:00
52f83393be Accepting request 1103542 from home:hgraeber:branches:Archiving
- Add missing vendor.tar.gz

OBS-URL: https://build.opensuse.org/request/show/1103542
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=42
2023-08-21 08:20:39 +00:00
d46d7ff0c1 Accepting request 1101577 from home:darix:restic
- Update to version 0.16.0
  A very long list of improvements for all the details see
  https://github.com/restic/restic/releases/tag/v0.16.0

OBS-URL: https://build.opensuse.org/request/show/1101577
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=41
2023-08-02 07:29:11 +00:00
381c7c5580 Accepting request 1083800 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1083800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=18
2023-05-01 16:51:20 +00:00
5277ddf7a6 Accepting request 1083053 from home:hgraeber:branches:Archiving
- Update to version 0.15.2
  * Update golang.org/x/net to address CVE-2022-41723
  * Sanitize filenames printed by backup during processing
  * Make dump interpret --host and --path correctly
  * Correct number of blocks reported in mount point
  * Minimize risk of spurious filesystem loops with mount
  * Add release binaries for riscv64 architecture on Linux
  * Upgrade Minio to version 7.0.49

OBS-URL: https://build.opensuse.org/request/show/1083053
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=39
2023-05-01 05:40:26 +00:00
3681022caf Accepting request 1062419 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1062419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=17
2023-02-01 15:39:44 +00:00
e7b79778cf Accepting request 1062345 from home:hgraeber:branches:Archiving
- Update to version 0.15.1
  * Fix: Remove b2_download_file_by_name: 404 warning from B2 backend
  * Fix: Make prune --quiet not print progress bar
  * Fix: Make self-update --output work with new filename on Windows
  * Fix: Add missing ETA in backup progress bar
  * Enh: Ignore empty lock files
- Remove accidentally left over unused patch build.patch

OBS-URL: https://build.opensuse.org/request/show/1062345
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=37
2023-02-01 09:35:42 +00:00
6b6c4b60cf Accepting request 1060692 from home:hgraeber:branches:Archiving
- Allow build with architectures that do not support -buildmode=pie
- New Patch disable-selfupdate.patch: Disable self-update, because updates
  will be made using package manager
- Replace packageand by conditionals
- Update to version 0.15.0
  * Make mount return exit code 0 after receiving Ctrl-C / SIGINT
  * Make restore replace existing symlinks
  * Don't read password from stdin for backup --stdin
  * Delete files on Backblaze B2 more reliably
  * Make SFTP backend report no space left on device
  * Improve handling of interrupted syscalls in mount command
  * Fix stuck copy command when -o <backend>.connections=1
  * Correct prune statistics for partially compressed repositories
  * Make ls return exit code 1 if snapshot cannot be loaded
  * Make backup no longer hang on Solaris when seeing a FIFO file
  * Support ExFAT-formatted local backends on macOS Ventura
  * Make init ignore "Access Denied" errors when creating S3 buckets
  * Make self-update enabled by default only in release builds
  * Don't generate negative UIDs and GIDs in tar files from dump
  * Include full snapshot ID in JSON output of backup
  * Make unlock display message only when locks were actually removed
  * Don't print skipped snapshots by default in copy command
  * Update dependencies and require Go 1.18 or newer
  * Implement rewrite command
  * Restore files with long runs of zeros as sparse files
  * Support restoring symbolic links on Windows
  * Inform about successful retries after errors
  * Improve handling of directories with duplicate entries
  * Support B2 API keys restricted to hiding but not deleting files
  * Make init open only one connection for the SFTP backend
  * Handle cache corruption on disk and in downloads
  * Stricter repository lock handling
  * Make backup file read concurrency configurable
  * Add support for credential_process to S3 backend
  * Make mount command support macOS using macFUSE 4.x
  * Support JSON output for the init command
  * Optimize prune memory usage
  * Improve speed of parent snapshot detection in backup command
  * Add compression statistics to the stats command
  * Provide command completion for PowerShell
  * Allow backup file tree scanner to be disabled
  * Improve handling of ErrDot errors in rclone and sftp backends
  * Ignore additional/unknown files in repository
  * Improve backup performance for small files

OBS-URL: https://build.opensuse.org/request/show/1060692
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=36
2023-01-25 08:30:27 +00:00
eefe3e0a79 Accepting request 1000851 from Archiving
OBS-URL: https://build.opensuse.org/request/show/1000851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=16
2022-09-02 19:56:46 +00:00
7b67544e45 Accepting request 999303 from home:jfkw:branches:Archiving
- Update to version 0.14.0:

OBS-URL: https://build.opensuse.org/request/show/999303
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=34
2022-09-02 09:36:45 +00:00
c689e773bb Accepting request 973540 from Archiving
OBS-URL: https://build.opensuse.org/request/show/973540
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=15
2022-04-28 21:07:53 +00:00
0480ca12e6 Accepting request 971335 from home:dirkmueller:Factory
- update to 0.13.1:
  * #3685: Fix the diff command
  * #3681: Fix rclone (shimmed by Scoop) and sftp stopped working on Windows

OBS-URL: https://build.opensuse.org/request/show/971335
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=32
2022-04-28 06:28:16 +00:00
227dcf24c6 Accepting request 966757 from Archiving
OBS-URL: https://build.opensuse.org/request/show/966757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=14
2022-04-04 17:26:35 +00:00
ea4efa5df5 Accepting request 965249 from home:dirkmueller:Factory
- update to 0.13.0:
  * #1106: Never lock repository for list locks
  * #2345: Make cache crash-resistant and usable by multiple concurrent processes
  * #2452: Improve error handling of repository locking
  * #2738: Don't print progress for backup --json --quiet
  * #3382: Make check command honor RESTIC_CACHE_DIR environment variable
  * #3518: Make copy command honor --no-lock for source repository
  * #3556: Fix hang with Backblaze B2 on SSL certificate authority error
  * #3601: Fix rclone backend prematurely exiting when receiving SIGINT on Windows
  * #3667: The mount command now reports symlinks sizes
  * #3488: rebuild-index failed if an index file was damaged
  * #3591: Fix handling of prune --max-repack-size=0
  * #3619: Avoid choosing parent snapshots newer than time of new snapshot
  * #3641: Ignore parent snapshot for backup --stdin
  * #3519: Require Go 1.14 or newer
  * #1542: Add --dry-run/-n option to backup command
  * #2202: Add upload checksum for Azure, GS, S3 and Swift backends
  * #233: Support negative include/exclude patterns
  * #2388: Add warning for S3 if partial credentials are provided
  * #2508: Support JSON output and quiet mode for the diff command
  * #2656: Add flag to disable TLS verification for self-signed certificates
  * #3003: Atomic uploads for the SFTP backend
  * #3127: Add xattr (extended attributes) support for Solaris
  * #3464: Skip lock creation on forget if --no-lock and --dry-run
  * #3490: Support random subset by size in check --read-data-subset
  * #3541: Improve handling of temporary B2 delete errors
  * #3542: Add file mode in symbolic notation to ls --json
  * #2594: Speed up the restore --verify command
  * #2816: The backup command no longer updates file access times on Linux
  * #2880: Make recover collect only unreferenced trees

OBS-URL: https://build.opensuse.org/request/show/965249
OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=30
2022-04-04 07:34:35 +00:00
Richard Brown
3d23064b3b Accepting request 910822 from Archiving
OBS-URL: https://build.opensuse.org/request/show/910822
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/restic?expand=0&rev=13
2021-08-10 08:27:30 +00:00