Commit graph

  • 25ecf9eafb
    fix(cmd_tag): Use restic.TagLists Quentin Lemaire 2020-12-29 10:59:09 +01:00
  • e88f3fb80c
    fix(cmd_backup): Use restic.TagLists Quentin Lemaire 2020-12-28 16:33:10 +01:00
  • b2efa0af39
    Merge pull request #3164 from MichaelEischer/improve-context-cancel Alexander Neumann 2020-12-29 17:03:42 +01:00
  • 25f4acdaa8 Add changelog entry Michael Eischer 2020-12-29 16:03:01 +01:00
  • cff4955a48 ui: remove dead struct member Michael Eischer 2020-12-29 15:58:06 +01:00
  • 05a987b07c Support values less than 1 for RESTIC_PROGRESS_FPS Michael Eischer 2020-12-29 15:24:02 +01:00
  • 92da5168e1 ui: force backup progress update on signal Michael Eischer 2020-12-29 15:21:16 +01:00
  • 34afc93ddc ui/progress: extract signal handling into own package Michael Eischer 2020-12-29 15:20:30 +01:00
  • 023eea6463 ui: don't shorten non-interactive progress output Michael Eischer 2020-12-29 15:08:29 +01:00
  • 684600cf42 ui: update status for the backup command on non-interactive terminals Michael Eischer 2020-12-29 15:05:08 +01:00
  • 85fe5feadb Unify progress report frequency calculation Michael Eischer 2020-12-29 14:56:14 +01:00
  • 969141b5e9 Honor RESTIC_PROGRESS_FPS env variable on non-interactive terminals Michael Eischer 2020-12-28 23:15:14 +01:00
  • 13ce981794 ui: cleanup backup status shutdown Michael Eischer 2020-12-29 14:57:12 +01:00
  • c2ef049f1b ui/progress: don't print progress on non-interactive terminals Michael Eischer 2020-12-28 23:11:42 +01:00
  • a488d4c847
    Merge pull request #2833 from greatroar/aix MichaelEischer 2020-12-29 12:32:50 +01:00
  • 4133b1ea65 Synchronize OS and architectures for testing Alexander Neumann 2020-12-29 11:11:50 +01:00
  • 46d2ca5095 Remove old test script Alexander Neumann 2020-12-29 11:02:48 +01:00
  • 334d8ce724
    feat(tags): Create Flatten() method Quentin Lemaire 2020-12-28 16:16:10 +01:00
  • c661518df9
    Merge pull request #2793 from greatroar/rclone-doc Alexander Neumann 2020-12-29 10:46:34 +01:00
  • 0d81f16343 Add AIX as cross-compile target to CI Michael Eischer 2020-12-29 01:26:29 +01:00
  • 3b09ae9074 AIX port greatroar 2020-05-24 19:32:19 +02:00
  • 18531e3d6f Portability fixes to internal/restic greatroar 2020-05-24 19:30:20 +02:00
  • ca07317815 add changelog Michael Eischer 2020-12-28 21:06:22 +01:00
  • d0ca8fb0b8 backend: test that a canceled context prevents RetryBackend operations Michael Eischer 2020-12-28 20:47:11 +01:00
  • 08b7f2b58d archiver: test that context canceled error is not dropped Michael Eischer 2020-12-28 20:45:53 +01:00
  • e483b63c40 retrybackend: Fail operations when context is already canceled Michael Eischer 2020-12-13 20:11:01 +01:00
  • fc60b560ba archiver: Let saveTree report a canceled context as an error Michael Eischer 2020-12-13 20:06:44 +01:00
  • 736e964317 archiver: Don't loose error if background context is canceled Michael Eischer 2020-12-13 20:01:16 +01:00
  • 9c41e4a343
    Merge pull request #3192 from DRON-666/fix-options MichaelEischer 2020-12-23 22:53:40 +01:00
  • 332b1896d1 Some options fixes DRON-666 2020-12-23 23:26:04 +03:00
  • cb6b0f6255
    Merge pull request #3181 from tWido/feature-no-retry-permission MichaelEischer 2020-12-23 20:24:29 +01:00
  • 1e73aac610
    Merge pull request #3179 from aawsome/check-filesize MichaelEischer 2020-12-23 20:22:02 +01:00
  • 2a1add7538 check: remove file size counter Alexander Weiss 2020-12-20 08:48:31 +01:00
  • 7dab113035 Don't retry when "Permission denied" occurs in local backend tWido 2020-12-20 21:12:27 +01:00
  • 8efb874f48
    Merge pull request #3148 from aawsome/simplify-index-rebuild MichaelEischer 2020-12-22 23:27:53 +01:00
  • de99207046 repository: tweak comment for packs method Michael Eischer 2020-12-22 23:01:28 +01:00
  • d8d2cc6dd9 Simplify rebuild-index code Alexander Weiss 2020-12-05 16:10:18 +01:00
  • 68b74e359e Count packs directly in RebuildIndexFiles Alexander Weiss 2020-12-05 13:59:18 +01:00
  • b9f5d3fe13 repository: Add test for ForAllIndexes Michael Eischer 2020-12-18 20:25:30 +01:00
  • a12c5f1d37 repository: move otherwise unused LoadIndex to tests Michael Eischer 2020-11-07 18:53:59 +01:00
  • 24474a36f4 repository: deduplicate index loading implementation Michael Eischer 2020-11-07 18:50:19 +01:00
  • ccc84af73d debug/list: parallelize index loading Michael Eischer 2020-11-07 18:19:25 +01:00
  • 96904f8972 check: extract parallel index loading Michael Eischer 2020-12-18 19:37:08 +01:00
  • 69f9d269eb
    Merge pull request #3189 from restic/fix-counter-segfault MichaelEischer 2020-12-22 22:14:08 +01:00
  • ec59c73489
    Merge pull request #3188 from restic/forget-prune-dry-run rawtaz 2020-12-22 21:09:15 +01:00
  • 6c514adb8a ui/progress: Use mutex instead of atomic Alexander Neumann 2020-12-22 21:03:27 +01:00
  • edf89e1c74 forget: Enable --dry-run together with --prune Alexander Neumann 2020-12-22 20:58:02 +01:00
  • f7c7c2f730
    Merge pull request #3175 from MichaelEischer/fix-3099-changelog Alexander Neumann 2020-12-20 11:29:57 +01:00
  • cfea79d0c5 prune: don't print stacktrace on console Michael Eischer 2020-12-19 14:22:59 +01:00
  • 5cd40f8b58 Add changelog Michael Eischer 2020-12-19 11:38:38 +01:00
  • d32949ee54
    Merge pull request #3081 from DRON-666/dump-zip MichaelEischer 2020-12-19 11:33:33 +01:00
  • 83b10dbb12 Deduplicate dumper closing logic DRON-666 2020-12-19 02:42:46 +03:00
  • e136dd8696 Deduplicate test code DRON-666 2020-12-19 02:06:54 +03:00
  • 33adb58817 Minor fixes and linter suggestions DRON-666 2020-12-19 02:04:17 +03:00
  • da9053b184 Some gramma fixes in documentation DRON-666 2020-12-19 01:16:15 +03:00
  • ef1aeb8724 dump: Update docs and changelog DRON-666 2020-11-10 04:56:21 +03:00
  • 2ca76afc2b dump: Add new option --archive DRON-666 2020-11-10 04:24:09 +03:00
  • 89ab6d557e dump: Add zip dumper DRON-666 2020-11-10 03:44:03 +03:00
  • 0256f95994 dump: Split tar and walk logic DRON-666 2020-11-10 01:22:27 +03:00
  • bfadc82a20 Fix changelog for #3099 Michael Eischer 2020-12-18 20:58:24 +01:00
  • 34b6130a0e restic: parallelize lock file loading Michael Eischer 2020-12-18 20:46:16 +01:00
  • 22260d130d
    Merge pull request #3170 from greatroar/dont-retry MichaelEischer 2020-12-17 23:29:56 +01:00
  • 9341a83b05 Changelog entry for #2453 and #3170 greatroar 2020-12-17 21:47:28 +01:00
  • 66d904c905 Make invalid handles permanent errors greatroar 2020-12-17 12:47:53 +01:00
  • 746dbda413 Mark "ssh exited" errors in SFTP as permanent greatroar 2020-12-16 16:00:21 +01:00
  • f7784bddb3 Don't retry when "no space left on device" in local backend greatroar 2020-12-16 13:58:02 +01:00
  • 1cdd38d9e0
    Merge pull request #3165 from restic/2747-doc-forget Alexander Neumann 2020-12-16 08:38:03 +01:00
  • b3c0d2f45b doc: Clarify calendar boundaries for --keep-* options Leo R. Lundgren 2020-12-15 12:43:06 +01:00
  • cd25e36811
    Add PGP fingerprint to 020_installation.rst Peter Albrecht 2020-12-13 17:00:00 +01:00
  • e96677cafb
    Merge pull request #3158 from MichaelEischer/support-swift-auth-id-variables Alexander Neumann 2020-12-12 16:27:38 +01:00
  • 1d69341e88 swift: Add support for id based keystone v3 auth parameters Michael Eischer 2020-12-11 19:09:32 +01:00
  • 36c5d39c2c Fix issues reported by semgrep Alexander Neumann 2020-12-11 09:41:59 +01:00
  • 7facc8ccc1
    Merge pull request #2505 from aawsome/fix-repo-configfile Alexander Neumann 2020-12-07 07:52:37 +01:00
  • ba31c6fdaa
    Merge pull request #3150 from MichaelEischer/fix-windows-redir-output Alexander Neumann 2020-12-06 21:17:27 +01:00
  • b58799d83a
    Merge pull request #3152 from MichaelEischer/fix-backup-background-hang Alexander Neumann 2020-12-06 21:16:00 +01:00
  • 0d5b764f90
    Merge pull request #3130 from aawsome/snapshots-parallel Alexander Neumann 2020-12-06 21:08:18 +01:00
  • d6b3859e48 Add changelog Alexander Weiss 2020-12-06 05:28:15 +01:00
  • b48f579530 termstatus: Fix canUpdateStatus detection for redirected output Michael Eischer 2020-12-06 16:56:00 +01:00
  • 401ef92c5f backup: Fix shutdown hang when running in the background Michael Eischer 2020-12-06 18:28:19 +01:00
  • e329623771 Remove LoadAllSnapshots Alexander Weiss 2020-12-06 05:22:27 +01:00
  • 26f85779be Parallelize ForAllSnapshots Alexander Weiss 2020-11-28 09:32:06 +01:00
  • 5b9ee56335 Add ForAllSnapshots Alexander Weiss 2020-11-28 08:59:12 +01:00
  • 3264eae9f6
    Merge pull request #3149 from aawsome/fix-rebuild-index MichaelEischer 2020-12-05 22:18:22 +01:00
  • 83c8a9b058 Bugfix: packSizeFromList should save size from List() Alexander Weiss 2020-12-05 20:57:06 +01:00
  • 43cf301450
    Merge pull request #3141 from MichaelEischer/fix-fuse-dir-owner Alexander Neumann 2020-12-01 16:06:24 +01:00
  • d05c88a5d6 fuse: Properly set uid/gid for directories Michael Eischer 2020-11-30 23:24:28 +01:00
  • 058b102db0
    Merge pull request #3138 from MichaelEischer/fix-debug-build Alexander Neumann 2020-11-30 12:27:51 +01:00
  • fcebc7d250
    Merge pull request #3135 from restic/manual rawtaz 2020-11-29 19:20:51 +01:00
  • f2959127b6
    Merge pull request #3065 from greatroar/local-subdirs MichaelEischer 2020-11-29 19:03:59 +01:00
  • 61460dee52 doc: Fix misc missing/incorrect text in manual Leo R. Lundgren 2020-11-28 18:38:18 +01:00
  • 54a6d98945 Enable debug builds for CI Michael Eischer 2020-11-29 18:47:00 +01:00
  • f72f6c9c80 Fix debug build Michael Eischer 2020-11-29 18:44:36 +01:00
  • 52b98f7f95
    Merge pull request #3017 from greatroar/files-from0 MichaelEischer 2020-11-29 18:15:21 +01:00
  • 04d856e601
    Merge pull request #3136 from restic/rawtaz-copy-doc Alexander Neumann 2020-11-29 13:57:10 +01:00
  • a7b49c4889
    Merge pull request #3119 from restic/keep-mountpoints Alexander Neumann 2020-11-29 11:22:12 +01:00
  • a568211b98
    Merge pull request #3128 from vrenaville/tzdata rawtaz 2020-11-28 22:43:18 +01:00
  • f70b10d0ee doc: Emphasize double transfer and duplication in copy command Leo R. Lundgren 2020-11-28 19:49:34 +01:00
  • 55bf76ba0c backup: Add --files-from-{verbatim,raw} options greatroar 2020-11-20 12:15:16 +01:00
  • 162117c42c Add changelog Alexander Neumann 2020-11-21 22:18:40 +01:00
  • 82ae942965 backup: Keep mountpoints for --one-file-system Alexander Neumann 2020-11-21 22:08:37 +01:00