Commit Graph

  • 9113b2620f Merge pull request #4024 from MichaelEischer/macos-fuse Michael Eischer 2022-11-26 12:15:14 +01:00
  • f115d64634 Merge pull request #4022 from MichaelEischer/race-checker Michael Eischer 2022-11-26 12:13:50 +01:00
  • 923c06cea0 Merge pull request #4025 from MichaelEischer/update-minio Michael Eischer 2022-11-25 23:21:57 +01:00
  • f4d3ed77c4 update minio library Michael Eischer 2022-11-12 18:32:26 +01:00
  • 189e0fe5a9 fuse: Better inode generation greatroar 2022-11-11 10:52:47 +01:00
  • 32ffcd86a2 Merge pull request #3993 from MichaelEischer/backup-json-full-snapshot-id Michael Eischer 2022-11-12 20:42:35 +01:00
  • f032a9d0ad prune: report how much data must be repacked to compressed the repo Michael Eischer 2022-10-22 20:07:45 +02:00
  • 66818a8f98 Merge pull request #3980 from MichaelEischer/prune-compression-stats Michael Eischer 2022-11-12 20:06:56 +01:00
  • 4b5234924b Merge pull request #2875 from fgma/issue2699 Michael Eischer 2022-11-12 20:06:45 +01:00
  • 726a1969cd Merge pull request #2731 from dionorgua/rewrite-snapshot Michael Eischer 2022-11-12 20:06:35 +01:00
  • bb0fa76c06 Cleanup exclude pattern collection Michael Eischer 2022-11-12 19:54:52 +01:00
  • 537cfe2e4c rewrite: Fix check that an exclude pattern was passed Michael Eischer 2022-11-12 19:50:59 +01:00
  • f175da2756 rewrite: Polish documentation Leo R. Lundgren 2022-10-25 01:01:47 +02:00
  • f86ef4d3dd rewrite: Polish code and add missing messages Leo R. Lundgren 2022-10-25 00:59:18 +02:00
  • c15bedccc0 rewrite: Revert unrelated documentation change Leo R. Lundgren 2022-10-25 00:54:28 +02:00
  • f88acd4503 rewrite: Fail if a tree contains an unknown field Michael Eischer 2022-10-15 10:14:50 +02:00
  • 11b8c3a158 rewrite: add documentation Michael Eischer 2022-10-15 00:24:16 +02:00
  • ec0c91e233 rewrite: Add tests for further ways to use the command Michael Eischer 2022-10-14 23:44:10 +02:00
  • 0224e276ec walker: Add tests for FilterTree Michael Eischer 2022-10-14 23:26:13 +02:00
  • 73f54cc5ea rewrite: rename --inplace to --forget Michael Eischer 2022-09-27 21:21:14 +02:00
  • a47d9a1c40 rewrite: use unified snapshot filter options Michael Eischer 2022-09-27 21:19:32 +02:00
  • b044649118 rewrite: add minimal test Michael Eischer 2022-09-09 23:33:18 +02:00
  • 375a3db64d rewrite: non-exclusive lock if snapshots are only added Michael Eischer 2022-09-09 22:47:31 +02:00
  • 327f418a9c rewrite: cleanup err handling and output Michael Eischer 2022-09-09 22:38:58 +02:00
  • ad14d6e4ac rewrite: use SelectByName like in the backup command Michael Eischer 2022-09-09 22:33:12 +02:00
  • 7ebaf6e899 rewrite: start repository uploader goroutines Michael Eischer 2022-09-09 22:32:39 +02:00
  • 559acea0d8 unify exclude pattern options Michael Eischer 2022-09-07 23:01:45 +02:00
  • 4cace1ffe9 unify exclude patterns with backup command Michael Eischer 2022-09-06 22:56:29 +02:00
  • 2b69a1c53b rewrite: filter all snapshots if none are specified Michael Eischer 2022-09-06 22:37:56 +02:00
  • f6339b88af rewrite: extract tree filtering Michael Eischer 2022-09-06 22:30:45 +02:00
  • c0f7ba2388 rewrite: simplify dryrun Michael Eischer 2022-09-06 22:22:09 +02:00
  • 4d6ab83019 rewrite: use treejsonbuilder Michael Eischer 2022-09-06 22:19:20 +02:00
  • 82592b88b5 rewrite: address most review comments Michael Eischer 2022-09-06 22:00:37 +02:00
  • b922774343 rewrite: fix compilation Michael Eischer 2022-09-06 21:48:20 +02:00
  • dc29709742 Implement 'rewrite' command to exclude files from existing snapshots Dmitry Nezhevenko 2020-05-05 22:03:57 +03:00
  • 220eaee76b mount: switch to anacrolix fork of bazil/fuse Michael Eischer 2022-11-12 14:52:37 +01:00
  • 6fa45d0d39 Merge pull request #4011 from greatroar/backup-stdin-password Michael Eischer 2022-11-12 19:18:56 +01:00
  • bbd180ae21 Merge pull request #4017 from Rajpratik71/Rajpratik71-patch-1 Michael Eischer 2022-11-12 15:48:48 +01:00
  • bef1064b8e chore: ignore upgrade for 'bazil/fuse' and 'golang.org/x/oauth2' Pratik Raj 2022-11-12 19:39:16 +05:30
  • 7b4fe7bad5 Merge pull request #4021 from greatroar/mac-fsync Michael Eischer 2022-11-11 23:10:37 +01:00
  • 348e966daa backend/local: Ignore ENOTTY for fsync on Mac greatroar 2022-11-11 14:53:42 +01:00
  • 0e5fe4c6ab CI: run golang race checker Michael Eischer 2022-11-11 21:58:57 +01:00
  • 13fbc96ed3 lock: Synchronize Refresh() and Stale() Michael Eischer 2022-11-11 21:52:53 +01:00
  • e1ba7ab684 lock: Don't copy the lock when checking for process existence Michael Eischer 2022-11-11 21:45:55 +01:00
  • dc060356c2 mount: only start next test after mount command cleanup is complete Michael Eischer 2022-11-11 21:40:33 +01:00
  • 32c9667990 Merge pull request #4019 from MichaelEischer/fix-file-saver-race Michael Eischer 2022-11-11 20:52:33 +01:00
  • d268552a0a Merge pull request #4014 from MichaelEischer/fix-debug-examine Michael Eischer 2022-11-10 20:37:32 +01:00
  • 5756c96c9f archiver: Fix race condition resulting in files containing null IDs Michael Eischer 2022-11-10 20:19:37 +01:00
  • df614fff26 feat: dependabot workflow automation for updating dependency Pratik Raj 2022-11-10 16:02:03 +05:30
  • 11a4bb051e debug: fix crash in debug examine --reupload-blobs Michael Eischer 2022-11-09 22:13:17 +01:00
  • 5f9ac2b165 Merge pull request #4010 from MichaelEischer/file-saver-sanity-check Michael Eischer 2022-11-08 23:07:32 +01:00
  • b1d1202b1d archiver: Check that saved file does not have null IDs in content Michael Eischer 2022-11-05 13:42:17 +01:00
  • 5dceadeb72 cmd: Don't read password from stdin for backup --stdin greatroar 2022-11-06 14:38:34 +01:00
  • 1ccab95bc4 b2: Support file hiding instead of deleting them permanently Michael Eischer 2022-10-21 22:48:17 +02:00
  • 24a2e5cab9 Merge pull request #4008 from MichaelEischer/tweak-lock-refresh-test Michael Eischer 2022-11-05 10:53:13 +01:00
  • 403390479c Merge pull request #3997 from greatroar/fuse-hash Michael Eischer 2022-11-05 10:52:11 +01:00
  • d29abc1a31 Merge pull request #4007 from MichaelEischer/hide-compression-level-for-v1-repo Michael Eischer 2022-11-05 10:33:25 +01:00
  • c091e43b33 fuse: Better check for whether snapshots changed greatroar 2022-11-02 22:23:14 +01:00
  • aaac63da8d lock: Tweak timeouts for lock refresh test Michael Eischer 2022-11-04 22:48:18 +01:00
  • fd4d23460f only print compression level starting from repository version 2 Michael Eischer 2022-11-04 22:40:07 +01:00
  • 8dd95b710e Merge pull request #3992 from MichaelEischer/err-on-invalid-compression Alexander Neumann 2022-11-04 19:41:34 +01:00
  • 783b8781a7 Merge pull request #4000 from restic/min-go-version Alexander Neumann 2022-11-04 10:31:02 +01:00
  • 543649f2f2 Merge pull request #4001 from restic/docker-go-version Alexander Neumann 2022-11-04 10:30:11 +01:00
  • 0a4cddb34d docker: Increase Go version to 1.19 Leo R. Lundgren 2022-11-03 22:59:59 +01:00
  • 333c2c6ed4 build: Correct checks for minimum Go version Leo R. Lundgren 2022-11-03 22:46:39 +01:00
  • 92df039e5d Merge pull request #3996 from MichaelEischer/fix-ui-progress rawtaz 2022-11-02 21:48:16 +01:00
  • 9354262b1b backup: fix stuck status bar Michael Eischer 2022-11-02 21:26:15 +01:00
  • 06141ce1f4 backup: print full snapshot id in JSON summary Michael Eischer 2022-10-31 18:59:49 +01:00
  • 59a90943bb Merge pull request #3983 from greatroar/formatting Michael Eischer 2022-10-31 18:52:24 +01:00
  • 5ab3e6276a ui: Fix FormatBytes at exactly 1024 time a unit greatroar 2022-10-22 10:19:00 +02:00
  • 4f1fae9c98 Merge pull request #3982 from MichaelEischer/show-compression-mode rawtaz 2022-10-30 21:29:42 +01:00
  • 8fe159cc5a enable ysmlink tests for windows Michael Eischer 2022-10-30 11:40:42 +01:00
  • 3499c6354e Merge pull request #3955 from MichaelEischer/async-futurefile-completion Michael Eischer 2022-10-30 18:38:04 +01:00
  • 144257f8bd restore symlink timestamps on windows Michael Eischer 2022-10-30 11:02:31 +01:00
  • c0f34af9db backup: hide files from status which are read completely but not saved Michael Eischer 2022-10-22 12:05:49 +02:00
  • a571fc4aa1 add changelog for faster backups with small files Michael Eischer 2022-10-21 22:02:41 +02:00
  • b52a8ff05c ui: Properly clear lines no longer used for status Michael Eischer 2022-10-07 20:40:39 +02:00
  • b4de902596 archiver: Asynchronously complete FutureFile Michael Eischer 2022-10-07 20:23:38 +02:00
  • 47e05080a9 Merge pull request #3990 from MichaelEischer/lock-refresh-test Michael Eischer 2022-10-30 10:15:44 +01:00
  • c7ace314f6 Merge pull request #3989 from greatroar/eachbypack Michael Eischer 2022-10-30 00:02:55 +02:00
  • 0e8893dae9 index: Compact data structure for Index.EachByPack greatroar 2022-10-25 08:57:52 +02:00
  • 137f0bc944 repository: Fix benchmarkSaveAndEncrypt greatroar 2022-10-25 17:21:24 +02:00
  • 01f0db4e56 return error if RESTIC_COMPRESSION env variable is invalid Michael Eischer 2022-10-29 22:03:39 +02:00
  • 7c87fb941c Merge pull request #3986 from greatroar/counter Michael Eischer 2022-10-29 21:50:55 +02:00
  • 3b0bb02a68 Merge pull request #3977 from greatroar/progress Michael Eischer 2022-10-29 21:33:04 +02:00
  • 0d260cfd82 enable symlink test on windows Michael Eischer 2022-10-29 21:26:34 +02:00
  • 8e5eb1090c issue2699: restore symlinks on windows when run as admin user fgma 2020-08-05 20:16:37 +02:00
  • af3f7c866f Merge pull request #3988 from FelixBurkhard/FelixBurkhard-patch-1 rawtaz 2022-10-29 13:32:44 +02:00
  • 24267e9a9d lock: add test to check that refreshing works Michael Eischer 2022-10-29 11:26:00 +02:00
  • 8e51e1e605 shorten 'repository opened' output Michael Eischer 2022-10-29 11:22:00 +02:00
  • 575d26ec87 Clearify what Azure account name means FelixBurkhard 2022-10-29 00:27:43 +02:00
  • 2dafda9164 ui/progress: Load both values in a single Lock/Unlock greatroar 2022-10-25 07:41:44 +02:00
  • f8910bc4ff Merge pull request #3985 from saltsa/fix_lock_refresh Michael Eischer 2022-10-24 22:59:18 +02:00
  • b06427c9f6 fix Unix to UnixNano Joonas Aunola 2022-10-23 23:40:21 +03:00
  • 006380199e cmd, ui: Deduplicate formatting utilities greatroar 2022-10-21 17:34:14 +02:00
  • 04216eb9aa ui/backup: Replace channels with a mutex greatroar 2022-10-21 13:38:10 +02:00
  • 4fea3a413d show selected compression level when opening repository Michael Eischer 2022-10-22 20:18:46 +02:00
  • ba58ccbe07 prune: add remark about non-deterministic blob selection Michael Eischer 2022-10-22 19:46:10 +02:00
  • 05651d6d4f prune: Correctly count used/duplicate blobs for partially compressed repos Michael Eischer 2022-10-22 19:10:33 +02:00
  • b57d42905c Merge pull request #3899 from MichaelEischer/less-prune-mem Michael Eischer 2022-10-22 18:56:02 +02:00