Commit Graph

  • 9c399e55e3
    Merge pull request #4554 from restic/dependabot/github_actions/docker/login-action-1f401f745bf57e30b3a2800ad308a87d2ebdf14b Michael Eischer 2023-11-01 20:42:11 +0000
  • e550bc0713
    Merge pull request #4555 from restic/dependabot/go_modules/google.golang.org/api-0.149.0 Michael Eischer 2023-11-01 20:40:45 +0000
  • 28aa9826af
    Merge pull request #4557 from restic/dependabot/go_modules/cloud.google.com/go/storage-1.34.0 Michael Eischer 2023-11-01 20:40:40 +0000
  • 6dde019ac8
    build(deps): bump cloud.google.com/go/storage from 1.33.0 to 1.34.0 dependabot[bot] 2023-11-01 01:45:02 +0000
  • c2f9e21d3c
    build(deps): bump google.golang.org/api from 0.148.0 to 0.149.0 dependabot[bot] 2023-11-01 01:44:28 +0000
  • 67e6b9104a
    build(deps): bump docker/login-action dependabot[bot] 2023-11-01 01:25:22 +0000
  • 6ca07ee004
    add changelog/unreleases for issue-4547 Tobias Speicher 2023-10-31 19:39:52 +0100
  • d45cc52468
    command version: add json output option Tobias Speicher 2023-10-31 19:30:00 +0100
  • 59fe24cb2b Set development version for 0.16.2 Alexander Neumann 2023-10-29 19:50:12 +0100
  • 1a5efcf680 Add version for 0.16.2 Alexander Neumann 2023-10-29 19:50:07 +0100
  • d33fe6dd3c Generate CHANGELOG.md for 0.16.2 Alexander Neumann 2023-10-29 19:50:04 +0100
  • c8dd95f104 Prepare changelog for 0.16.2 Alexander Neumann 2023-10-29 19:50:04 +0100
  • 7d980b469d doc: Polish changelogs Leo R. Lundgren 2023-10-29 00:44:53 +0200
  • d863234e3e add changelog for missing documentation Michael Eischer 2023-10-28 20:25:24 +0200
  • 42ab3ea2b9
    Merge pull request #4410 from Enrico204/restic-stdin-command Michael Eischer 2023-10-27 22:09:06 +0000
  • be28a02626 doc: tweak description for --stdin-from-command Michael Eischer 2023-10-01 16:54:38 +0200
  • 5d152c7720 extend changelog for --stdin-from-command Michael Eischer 2023-10-01 16:34:30 +0200
  • ee305e6041 backup: rework error reporting for subcommand Michael Eischer 2023-10-01 16:20:45 +0200
  • 8bceb8e359 fs: add tests for CommandReader Michael Eischer 2023-10-01 15:45:08 +0200
  • 317144c1d6 fs: merge command startup into CommandReader Michael Eischer 2023-10-01 15:25:48 +0200
  • 7d879705ad fs: cleanup CommandReader implementation Michael Eischer 2023-10-01 15:07:51 +0200
  • 37a312e505 restic-from-command: use standard behavior when no output and exit code 0 from command Enrico204 2023-08-29 09:19:17 +0200
  • c0ca54dc8a restic-from-command: add tests Enrico204 2023-08-28 07:53:23 +0200
  • 81f8d473df restic-from-command: abort snapshot on non-zero exit codes Enrico204 2023-08-28 07:53:17 +0200
  • 6990b0122e Add issue-4251 (stdin-from-command) in the changelog Enrico204 2023-08-27 10:40:57 +0200
  • 072b227544 stdin-from-command: add documentation in backup sub-command Enrico204 2023-08-27 10:33:46 +0200
  • 4e5caab114 stdin-from-command: implemented suggestions in #4254 Enrico204 2023-08-27 09:57:02 +0200
  • c133065a9f Check command result before snapshotting Sebastian Hoß 2023-03-16 08:13:15 +0100
  • 25350a9c55 Extend SnapshotOptions w/ command data Sebastian Hoß 2023-03-16 07:47:31 +0100
  • a2b76ff34f Start command from --stdin-from-command Sebastian Hoß 2023-03-16 08:11:49 +0100
  • 333fe1c3cf Align Stdin and StdinCommand in conditionals Sebastian Hoß 2023-03-16 07:45:07 +0100
  • a8657bde68 Add --stdin-from-command option Sebastian Hoß 2023-03-16 07:41:58 +0100
  • 104107886a
    Merge pull request #4503 from MichaelEischer/fix-stats-with-hardlinks Michael Eischer 2023-10-27 23:53:03 +0200
  • 731b3a4357 stats: fix hardlink tracking in a snapshot Michael Eischer 2023-10-01 23:27:09 +0200
  • a8fdcf79b7 restorer: Make hardlink index generic Michael Eischer 2023-10-01 23:24:42 +0200
  • 45962c2847
    Merge pull request #4499 from MichaelEischer/modular-backend-code Michael Eischer 2023-10-27 20:19:20 +0200
  • 4be45de1c2 Restore support for ARMv5 platforms Michael Eischer 2023-10-27 19:52:14 +0200
  • 8c1125fe13 doc: Correct two typos Leo R. Lundgren 2023-10-27 18:56:00 +0200
  • 0b6ccea461 Fix typos Martin Michlmayr 2023-10-26 14:27:19 +0800
  • de6135351e Format option correctly Martin Michlmayr 2023-10-26 14:22:44 +0800
  • d47581b25e verify-release-binaries.sh: don't show warning if binaries are correct Michael Eischer 2023-10-26 19:59:27 +0200
  • 69dec02a14 Remove readthedocs special case from docs configuration Michael Eischer 2023-10-26 21:02:35 +0200
  • 826d880614 Fix doc path typo in readthedocs configuration Michael Eischer 2023-10-26 20:39:43 +0200
  • dbf7ef72b9 Add read the docs config file version 2 Michael Eischer 2023-10-25 22:00:42 +0200
  • 50ef01131a
    Merge pull request #4542 from MichaelEischer/support-armv6 Michael Eischer 2023-10-27 19:42:49 +0200
  • 6be3a8fe51
    Merge pull request #4539 from tbm/docs rawtaz 2023-10-27 17:30:08 +0000
  • 5166bde386 Only support ARMv6 on ARM platforms Michael Eischer 2023-10-26 20:26:53 +0200
  • aafb806a8c doc: Correct two typos Leo R. Lundgren 2023-10-27 18:56:00 +0200
  • 41e6a02bcc Fix typos Martin Michlmayr 2023-10-26 14:27:19 +0800
  • b51fe2fb69 Format option correctly Martin Michlmayr 2023-10-26 14:22:44 +0800
  • 56537fb48e
    Merge pull request #4545 from restic/fix-rtd3 Michael Eischer 2023-10-26 22:00:20 +0200
  • feea567868 Remove readthedocs special case from docs configuration Michael Eischer 2023-10-26 21:02:35 +0200
  • 2968b52f84
    Merge pull request #4543 from MichaelEischer/fix-rtd2 Michael Eischer 2023-10-26 20:40:45 +0200
  • 619e80d7cc Fix doc path typo in readthedocs configuration Michael Eischer 2023-10-26 20:39:43 +0200
  • 3804e50d64
    Merge pull request #4541 from MichaelEischer/fix-binary-check-script Michael Eischer 2023-10-26 20:37:56 +0200
  • c19e39968f verify-release-binaries.sh: don't show warning if binaries are correct Michael Eischer 2023-10-26 19:59:27 +0200
  • 550be5c1e9
    Merge pull request #4538 from MichaelEischer/fix-rtd Michael Eischer 2023-10-26 19:42:36 +0200
  • 249605843b prune: get backend connection count via repository Michael Eischer 2023-10-01 13:33:05 +0200
  • c7b770eb1f convert MemorizeList to be repository based Michael Eischer 2023-10-01 13:05:56 +0200
  • 1b8a67fe76 move Backend interface to backend package Michael Eischer 2023-10-01 11:40:12 +0200
  • ceb0774af1 backend: make LoadAll independent of restic package Michael Eischer 2023-10-01 11:45:16 +0200
  • b6d79bdf6f restic: decouple restic.Handle Michael Eischer 2023-10-01 10:52:57 +0200
  • 7881309d63 backend: move backend implementation helpers to util package Michael Eischer 2023-10-01 10:24:33 +0200
  • 8e6fdf5edf
    Merge pull request #4520 from awannabeengineer/load-retry-nonexistent Michael Eischer 2023-10-25 20:42:05 +0000
  • c2e3e8d6ea Add read the docs config file version 2 Michael Eischer 2023-10-25 22:00:42 +0200
  • 27ec320eae Set development version for 0.16.1 Alexander Neumann 2023-10-24 20:02:58 +0200
  • baca3f6303 Add version for 0.16.1 Alexander Neumann 2023-10-24 20:02:55 +0200
  • 524c2721b4 Update manpages and auto-completion Alexander Neumann 2023-10-24 20:02:55 +0200
  • be1b978ac8 Generate CHANGELOG.md for 0.16.1 Alexander Neumann 2023-10-24 20:02:29 +0200
  • d4d9c1b8f1 Prepare changelog for 0.16.1 Alexander Neumann 2023-10-24 20:02:29 +0200
  • ead8dd0173
    Merge pull request #4524 from MichaelEischer/fix-autocompletion Michael Eischer 2023-10-23 20:06:53 +0000
  • cd09ef4614 don't load password when autocompleting CLI commands Michael Eischer 2023-10-19 22:35:24 +0200
  • d399e32590
    Merge pull request #4535 from MichaelEischer/fix-cat-command Michael Eischer 2023-10-23 21:28:13 +0200
  • 54a4034ec0 Only show index progress bar if stdout is a terminal Michael Eischer 2023-10-23 21:16:52 +0200
  • 138b7b3328
    Merge pull request #4534 from MichaelEischer/polish-changelogs rawtaz 2023-10-23 19:00:01 +0000
  • 6d19e0260d doc: Polish changelogs Leo R. Lundgren 2023-10-23 20:45:15 +0200
  • 85abceb99c doc: update minimum required Go version Michael Eischer 2023-10-23 19:02:20 +0200
  • 85c15e6fa3 polish changelogs Michael Eischer 2023-10-23 19:01:45 +0200
  • d6917c7e00
    Merge pull request #4533 from MichaelEischer/update-dependencies Michael Eischer 2023-10-23 19:01:03 +0200
  • 8c20301172 update dependencies Michael Eischer 2023-10-22 22:37:39 +0200
  • 4b4f916bdc
    Merge pull request #4532 from MichaelEischer/update-zstd Michael Eischer 2023-10-23 18:45:35 +0200
  • 9707956375
    Merge pull request #4530 from MichaelEischer/repair-packs Michael Eischer 2023-10-23 18:44:42 +0200
  • d1d4510974 repair packs: Add stub feature flag implementation Michael Eischer 2023-10-22 16:40:27 +0200
  • a28940ea29 check: Suggest usage of `restic repair packs` for corrupted blobs Michael Eischer 2023-10-22 16:28:48 +0200
  • db26dc75e1 repair packs: add experimental command Michael Eischer 2023-10-22 16:27:08 +0200
  • efef38d0e8 drop support for Go 1.18 Michael Eischer 2023-10-22 20:31:02 +0200
  • d00e72fed4 Update klauspost/compress to fix data corruption at maximum compression Michael Eischer 2023-10-22 20:24:02 +0200
  • d15ffd9c92 retry: Do not retry Load() if file does not exist Arash Farr 2023-10-18 12:51:39 -0500
  • 62af0d769a
    Merge pull request #4528 from adamantike/misc/run-tests-with-go-1.21 Michael Eischer 2023-10-22 16:00:27 +0000
  • ae83a9002a
    Merge pull request #4531 from MichaelEischer/silence-automaxprocs Michael Eischer 2023-10-22 17:43:36 +0200
  • ceff4af1ac Disable log output from automaxprocs library Michael Eischer 2023-10-22 16:59:45 +0200
  • b15ba553a4 Run tests with Go 1.21 Michael Manganiello 2023-10-21 16:56:52 -0300
  • 46cb1df1bc
    Merge pull request #4505 from MichaelEischer/verify-release-binaries Michael Eischer 2023-10-21 20:00:25 +0200
  • bd3816fa14 CI: Ensure that github containers match the official binaries Michael Eischer 2023-10-02 19:11:09 +0200
  • b2b0856908 Add helper script to verify release binaries Michael Eischer 2023-10-02 19:09:34 +0200
  • 7f05af02b9
    Merge pull request #4480 from AgathaSorceress/add-rest-auth-env Michael Eischer 2023-10-21 17:41:08 +0000
  • eabc177a42
    Merge pull request #4442 from Refutable4890/copy-doc Michael Eischer 2023-10-21 17:38:15 +0000
  • ab6defbace
    Merge pull request #4519 from adamantike/backend/sftp/add-args-option Michael Eischer 2023-10-21 17:37:46 +0000
  • fe1f61570b
    Merge pull request #4518 from adamantike/backend/b2/switch-to-official-library Michael Eischer 2023-10-21 17:29:19 +0000
  • baf9b54891 sftp: simplify documentation for sftp.args Michael Eischer 2023-10-21 19:28:27 +0200