Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

restic-0.12.1-bp154.1.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.4 for armv7hl

Name: restic Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.12.1 Vendor: openSUSE
Release: bp154.1.1 Build date: Fri Dec 10 10:55:54 2021
Group: Productivity/Archiving/Backup Build host: obs-arm-6
Size: 21312248 Source RPM: restic-0.12.1-bp154.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://restic.net
Summary: Backup program with deduplication and encryption
restic is a backup program. It supports verification, encryption,
snapshots and deduplication.

Provides

Requires

License

BSD-2-Clause

Changelog

* Fri Aug 06 2021 Herbert Graeber <herbert@graeber-clan.de>
  - Update to 0.12.1
    Fixes:
    * #2742: Improve error handling for rclone and REST backend over HTTP2
    * #3111: Fix terminal output redirection for PowerShell
    * #3214: Treat an empty password as a fatal error for repository init
    * #3267: copy failed to copy snapshots in rare cases
    * #3184: backup --quiet no longer prints status information
    * #3296: Fix crash of check --read-data-subset=x% run for an empty repository
    * #3302: Fix fdopendir: not a directory error for local backend
    * #3334: Print created new cache message only on a terminal
    * #3380: Fix crash of backup --exclude='**'
    * #3305: Fix possibly missing backup summary of JSON output in case of error
    * #3439: Correctly handle download errors during restore
    Changes:
    * #3247: Empty files now have size of 0 in ls --json output
    Enhancements:
    * #2780: Add release binaries for s390x architecture on Linux
    * #3293: Add --repository-file2 option to init and copy command
    * #3312: Add auto-completion support for fish
    * #3336: SFTP backend now checks for disk space
    * #3377: Add release binaries for Apple Silicon
    * #3414: Add --keep-within-hourly option to restic forget
    * #3456: Support filtering and specifying untagged snapshots
    * #3167: Allow specifying limit of snapshots list
    * #3426: Optimize read performance of mount command
    * #3427: find --pack fallback to index if data file is missing
* Tue Feb 16 2021 Herbert Graeber <herbert@graeber-clan.de>
  - Update to 0.12.0
    https://github.com/restic/restic/releases/tag/v0.12.0
    See installed /usr/share/doc/packages/restic/CHANGELOG.md.
    Fixes:
    * #1681: Make mount not create missing mount point directory
    * #1800: Ignore no data available filesystem error during backup
    * #2563: Report the correct owner of directories in FUSE mounts
    * #2688: Make backup and tag commands separate tags by comma
    * #2739: Make the cat command respect the --no-lock option
    * #3087: The --use-fs-snapshot option now works on windows/386
    * #3100: Do not require gs bucket permissions when running init
    * #3111: Correctly detect output redirection for backup command on Windows
    * #3151: Don't create invalid snapshots when backup is interrupted
    * #3166: Improve error handling in the restore command
    * #3232: Correct statistics for overlapping targets
    * #3014: Fix sporadic stream reset between rclone and restic
    * #3152: Do not hang until foregrounded when completed in background
    * #3249: Improve error handling in gs backend
    Changes:
    * #3095: Deleting files on Google Drive now moves them to the trash
    Enhancements:
    * #2186: Allow specifying percentage in check --read-data-subset
    * #2453: Report permanent/fatal backend errors earlier
    * #2528: Add Alibaba/Aliyun OSS support in the s3 backend
    * #2706: Configurable progress reports for non-interactive terminals
    * #2944: Add backup options --files-from-{verbatim,raw}
    * #3083: Allow usage of deprecated S3 ListObjects API
    * #3147: Support additional environment variables for Swift authentication
    * #3191: Add release binaries for MIPS architectures
    * #909:  Back up mountpoints as empty directories
    * #3250: Add several more error checks
    * #2718: Improve prune performance and make it more customizable
    * #2495: Add option to let backup trust mtime without checking ctime
    * #2941: Speed up the repacking step of the prune command
    * #3006: Speed up the rebuild-index command
    * #3048: Add more checks for index and pack files in the check command
    * #2433: Make the dump command support zip format
    * #3099: Reduce memory usage of check command
    * #3106: Parallelize scan of snapshot content in copy and prune
    * #3130: Parallelize reading of locks and snapshots
    * #3254: Enable HTTP/2 for backend connections
* Mon Dec 21 2020 Gordon Schulz <gordon@gordonschulz.de>
  - Update to 0.11.0
    https://github.com/restic/restic/releases/tag/v0.11.0
    See installed /usr/share/doc/packages/restic/CHANGELOG.md.
    Fixes:
    * #1212: Restore timestamps and permissions on intermediate directories
    * #1756: Mark repository files as read-only when using the local backend
    * #2241: Hide password in REST backend repository URLs
    * #2319: Correctly dump directories into tar files
    * #2491: Don't require self-update --output placeholder file
    * #2834: Fix rare cases of backup command hanging forever
    * #2938: Fix manpage formatting
    * #2942: Make --exclude-larger-than handle disappearing files
    * #2951: Restic generate, help and self-update no longer check passwords
    * #2979: Make snapshots --json output [] instead of null when no snapshots
    Enhancements:
    * #2969: Optimize check for unchanged files during backup
    * #340: Add support for Volume Shadow Copy Service (VSS) on Windows
    * #2849: Authenticate to Google Cloud Storage with access token
    * #1458: New option --repository-file
    * #2978: Warn if parent snapshot cannot be loaded during backup
* Tue Sep 22 2020 Marcus Rueckert <mrueckert@suse.de>
  - Update to 0.10.0.
    https://github.com/restic/restic/releases/tag/v0.10.0
    See installed /usr/share/doc/packages/restic/CHANGELOG.md.
  - we need to manually vendor the libraries now
  - bump minimum go version to >= 1.13
* Sat Nov 23 2019 Aleksa Sarai <asarai@suse.com>
  - Update to 0.9.6.
    https://github.com/restic/restic/releases/tag/v0.9.6
    See installed /usr/share/doc/packages/restic/CHANGELOG.md.
    Fixes:
    * Allow absolute path for filename when backing up from stdin
    * Save files with invalid timestamps
    * Read fresh metadata for unmodified files
    * Add upper bound for t in --read-data-subset=n/t
    * Check errors when loading index files
    Enhancements:
    + Allow multiple retries for interactive password input
    + Make --group-by accept both singular and plural
    + Add option to configure S3 region
* Tue Apr 23 2019 Aleksa Sarai <asarai@suse.com>
  - Update to 0.9.5.
    https://github.com/restic/restic/releases/tag/v0.9.5
    See installed /usr/share/doc/packages/restic/CHANGELOG.md. Short-log:
    Fixes:
    * Return error when no bytes could be read from stdin
    * Don't cancel timeout after 30 seconds for self-update
    * Fix reading passwords from stdin
    * Don't abort the find command when a tree can't be loaded
    Enhancements:
    + Add case insensitive include & exclude options
    + Support streaming JSON output for backup
    + Add Openstack application credential auth for Swift
    + Add --json support to forget command
    + Add group-by option to snapshots command
    + Ability to dump folders to tar via stdout
    + Return error if no bytes could be read for backup --stdin
    + Add --ignore-inode option to backup cmd
    + Add config option to set S3 storage class
* Mon Jan 07 2019 Aleksa Sarai <asarai@suse.com>
  - Update to 0.9.4.
    https://github.com/restic/restic/releases/tag/v0.9.4
    See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Mon Nov 05 2018 Aleksa Sarai <asarai@suse.com>
  - Update to 0.9.3. boo#1115498
    https://github.com/restic/restic/releases/tag/v0.9.3
    See installed /usr/share/doc/packages/restic/CHANGELOG.md
  - Update to Go 1.9, and disable Go 1.11 modules since they require internet
    access (restic still provides vendor/).
* Wed Aug 08 2018 asarai@suse.com
  - Update to 0.9.2.
    https://github.com/restic/restic/releases/tag/v0.9.2
    See installed /usr/share/doc/packages/restic/CHANGELOG.md
  - Remove Go 1.8 compatibility patch, now that we have newer Go versions in
    older Leap releases.
    - restic-switch-to-pre-1.8-sort.Stable-API.patch
* Sat Jul 28 2018 jengelh@inai.de
  - Substantiate program attribute claims in descriptions.
* Fri Jun 22 2018 asarai@suse.com
  - Update to 0.9.1.
    https://github.com/restic/restic/releases/tag/v0.9.1
    See installed /usr/share/doc/packages/restic/CHANGELOG.md
  - Switch to building with the new "go" metapkg.
  - Switch to new %license macro.
* Fri Jun 22 2018 asarai@suse.com
  - Fix up restic-*-completion subpackages to use Supplements (to avoid
    installing shells on people's machines when they don't expect it).
* Thu Jun 21 2018 mardnh@gmx.de
  - Add subpackages for command line completions for bash and
    zsh shells
* Thu Mar 01 2018 asarai@suse.com
  - Update to 0.8.3.
    https://github.com/restic/restic/releases/tag/v0.8.3
    See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Sat Jan 13 2018 asarai@suse.com
  - Switch away from using build.go, and instead manually build with "go". This
    allows us to build with the older Go compilers present in Leap, as well as to
    build the binary as PIC and dynamic.
  - Add generated man pages.
  - In order to build with older Go compilers, add a patch.
    + restic-switch-to-pre-1.8-sort.Stable-API.patch
* Wed Jan 10 2018 asarai@suse.com
  - Update to 0.8.1.
    https://github.com/restic/restic/releases/tag/v0.8.1
    See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Wed Jan 10 2018 asarai@suse.com
  - Add GPG verification of source as well as links to the source.
* Sun Dec 24 2017 mrueckert@suse.de
  - Update to 0.8.0. This is a security release.
    https://github.com/restic/restic/releases/tag/v0.8.0
    See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Thu Oct 05 2017 mrueckert@suse.de
  - Update to 0.7.3.
    https://github.com/restic/restic/releases/tag/v0.7.3
    See installed /usr/share/doc/packages/restic/CHANGELOG.md
* Wed Aug 23 2017 mrueckert@suse.de
  - should really be in _bindir of course
* Wed Aug 23 2017 mrueckert@suse.de
  - update to package

Files

/usr/bin/restic
/usr/share/doc/packages/restic
/usr/share/doc/packages/restic/CHANGELOG.md
/usr/share/doc/packages/restic/CONTRIBUTING.md
/usr/share/doc/packages/restic/GOVERNANCE.md
/usr/share/doc/packages/restic/README.md
/usr/share/doc/packages/restic/doc
/usr/share/doc/packages/restic/doc/.gitignore
/usr/share/doc/packages/restic/doc/010_introduction.rst
/usr/share/doc/packages/restic/doc/020_installation.rst
/usr/share/doc/packages/restic/doc/030_preparing_a_new_repo.rst
/usr/share/doc/packages/restic/doc/040_backup.rst
/usr/share/doc/packages/restic/doc/045_working_with_repos.rst
/usr/share/doc/packages/restic/doc/050_restore.rst
/usr/share/doc/packages/restic/doc/060_forget.rst
/usr/share/doc/packages/restic/doc/070_encryption.rst
/usr/share/doc/packages/restic/doc/075_scripting.rst
/usr/share/doc/packages/restic/doc/080_examples.rst
/usr/share/doc/packages/restic/doc/090_participating.rst
/usr/share/doc/packages/restic/doc/100_references.rst
/usr/share/doc/packages/restic/doc/110_talks.rst
/usr/share/doc/packages/restic/doc/Makefile
/usr/share/doc/packages/restic/doc/REST_backend.rst
/usr/share/doc/packages/restic/doc/_static
/usr/share/doc/packages/restic/doc/_static/css
/usr/share/doc/packages/restic/doc/_static/css/restic.css
/usr/share/doc/packages/restic/doc/_static/favicon.ico
/usr/share/doc/packages/restic/doc/bash-completion.sh
/usr/share/doc/packages/restic/doc/cache.rst
/usr/share/doc/packages/restic/doc/conf.py
/usr/share/doc/packages/restic/doc/design.rst
/usr/share/doc/packages/restic/doc/developer_information.rst
/usr/share/doc/packages/restic/doc/faq.rst
/usr/share/doc/packages/restic/doc/fish-completion.fish
/usr/share/doc/packages/restic/doc/images
/usr/share/doc/packages/restic/doc/images/aws_s3
/usr/share/doc/packages/restic/doc/images/aws_s3/01_aws_start.png
/usr/share/doc/packages/restic/doc/images/aws_s3/02_aws_menu.png
/usr/share/doc/packages/restic/doc/images/aws_s3/03_buckets_list_before.png
/usr/share/doc/packages/restic/doc/images/aws_s3/04_bucket_create_start.png
/usr/share/doc/packages/restic/doc/images/aws_s3/05_bucket_create_review.png
/usr/share/doc/packages/restic/doc/images/aws_s3/06_buckets_list_after.png
/usr/share/doc/packages/restic/doc/images/aws_s3/07_iam_start.png
/usr/share/doc/packages/restic/doc/images/aws_s3/08_user_list.png
/usr/share/doc/packages/restic/doc/images/aws_s3/09_user_name.png
/usr/share/doc/packages/restic/doc/images/aws_s3/10_user_pre_policy.png
/usr/share/doc/packages/restic/doc/images/aws_s3/11_policy_start.png
/usr/share/doc/packages/restic/doc/images/aws_s3/13_policy_review.png
/usr/share/doc/packages/restic/doc/images/aws_s3/14_user_attach_policy.png
/usr/share/doc/packages/restic/doc/images/aws_s3/15_user_review.png
/usr/share/doc/packages/restic/doc/images/aws_s3/16_user_created.png
/usr/share/doc/packages/restic/doc/index.rst
/usr/share/doc/packages/restic/doc/logo
/usr/share/doc/packages/restic/doc/logo/font
/usr/share/doc/packages/restic/doc/logo/font/Lemon-Regular.ttf
/usr/share/doc/packages/restic/doc/logo/font/OFL.txt
/usr/share/doc/packages/restic/doc/logo/logo.png
/usr/share/doc/packages/restic/doc/man
/usr/share/doc/packages/restic/doc/man/restic-backup.1
/usr/share/doc/packages/restic/doc/man/restic-cache.1
/usr/share/doc/packages/restic/doc/man/restic-cat.1
/usr/share/doc/packages/restic/doc/man/restic-check.1
/usr/share/doc/packages/restic/doc/man/restic-copy.1
/usr/share/doc/packages/restic/doc/man/restic-diff.1
/usr/share/doc/packages/restic/doc/man/restic-dump.1
/usr/share/doc/packages/restic/doc/man/restic-find.1
/usr/share/doc/packages/restic/doc/man/restic-forget.1
/usr/share/doc/packages/restic/doc/man/restic-generate.1
/usr/share/doc/packages/restic/doc/man/restic-init.1
/usr/share/doc/packages/restic/doc/man/restic-key.1
/usr/share/doc/packages/restic/doc/man/restic-list.1
/usr/share/doc/packages/restic/doc/man/restic-ls.1
/usr/share/doc/packages/restic/doc/man/restic-migrate.1
/usr/share/doc/packages/restic/doc/man/restic-mount.1
/usr/share/doc/packages/restic/doc/man/restic-prune.1
/usr/share/doc/packages/restic/doc/man/restic-rebuild-index.1
/usr/share/doc/packages/restic/doc/man/restic-recover.1
/usr/share/doc/packages/restic/doc/man/restic-restore.1
/usr/share/doc/packages/restic/doc/man/restic-self-update.1
/usr/share/doc/packages/restic/doc/man/restic-snapshots.1
/usr/share/doc/packages/restic/doc/man/restic-stats.1
/usr/share/doc/packages/restic/doc/man/restic-tag.1
/usr/share/doc/packages/restic/doc/man/restic-unlock.1
/usr/share/doc/packages/restic/doc/man/restic-version.1
/usr/share/doc/packages/restic/doc/man/restic.1
/usr/share/doc/packages/restic/doc/manual_rest.rst
/usr/share/doc/packages/restic/doc/requirements.txt
/usr/share/doc/packages/restic/doc/test_irreducibility.gap
/usr/share/doc/packages/restic/doc/zsh-completion.zsh
/usr/share/licenses/restic
/usr/share/licenses/restic/LICENSE
/usr/share/man/man1/restic-backup.1.gz
/usr/share/man/man1/restic-cache.1.gz
/usr/share/man/man1/restic-cat.1.gz
/usr/share/man/man1/restic-check.1.gz
/usr/share/man/man1/restic-copy.1.gz
/usr/share/man/man1/restic-diff.1.gz
/usr/share/man/man1/restic-dump.1.gz
/usr/share/man/man1/restic-find.1.gz
/usr/share/man/man1/restic-forget.1.gz
/usr/share/man/man1/restic-generate.1.gz
/usr/share/man/man1/restic-init.1.gz
/usr/share/man/man1/restic-key.1.gz
/usr/share/man/man1/restic-list.1.gz
/usr/share/man/man1/restic-ls.1.gz
/usr/share/man/man1/restic-migrate.1.gz
/usr/share/man/man1/restic-mount.1.gz
/usr/share/man/man1/restic-prune.1.gz
/usr/share/man/man1/restic-rebuild-index.1.gz
/usr/share/man/man1/restic-recover.1.gz
/usr/share/man/man1/restic-restore.1.gz
/usr/share/man/man1/restic-self-update.1.gz
/usr/share/man/man1/restic-snapshots.1.gz
/usr/share/man/man1/restic-stats.1.gz
/usr/share/man/man1/restic-tag.1.gz
/usr/share/man/man1/restic-unlock.1.gz
/usr/share/man/man1/restic-version.1.gz
/usr/share/man/man1/restic.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 18:30:32 2024