1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

Commit graph

  • 57ee1db8aa Rename backend type to S3Backend Chris Howey 2015-06-14 08:08:39 -05:00
  • e963faf846 Place all restic data under a key prefix. Chris Howey 2015-06-14 08:02:29 -05:00
  • d30a95e8ad Return bucket readers instead of buffering a key on read. Chris Howey 2015-06-14 07:47:11 -05:00
  • aaae7f33d3 Have number of connections limited by channel Chris Howey 2015-06-14 07:17:38 -05:00
  • 2350419f59 Modify test suite to use s3 test server. Chris Howey 2015-05-16 06:48:55 -05:00
  • 4aa75994b0 Add ability to open bucket using S3 object for testing purposes. Chris Howey 2015-05-15 17:29:48 -05:00
  • b793261ba1 Add dependencies for s3 tests. Chris Howey 2015-05-15 17:03:34 -05:00
  • d1554d1133 Add backend test for s3 Chris Howey 2015-05-15 16:53:00 -05:00
  • dc6d92a076 Add Godeps for s3 backend. Chris Howey 2015-05-13 13:11:07 -05:00
  • bfe221e71c Handle long list responses from s3. Chris Howey 2015-05-13 12:48:52 -05:00
  • 47186806cf Add Amazon S3 backend. Chris Howey 2015-05-10 10:20:58 -05:00
  • c37ae44ff5 Merge pull request #196 from restic/minor-refactor Alexander Neumann 2015-06-08 19:24:35 +02:00
  • 9c375ea382 Refactor backup a bit Alexander Neumann 2015-05-10 01:08:24 +02:00
  • fd80499954 Refactor terminal recognition, add --quiet parameter Alexander Neumann 2015-05-09 22:06:08 +02:00
  • f5537e7a0e Refactor configuration of cache dir and repository Alexander Neumann 2015-05-09 21:50:10 +02:00
  • 848793df84 Remove unused file Alexander Neumann 2015-06-07 18:13:22 +02:00
  • 8eec59ebb2 Merge pull request #194 from restic/fix-orphaned-check Alexander Neumann 2015-05-28 21:40:23 +02:00
  • 219f857c67 travis: Skip join/part for emitting messages Alexander Neumann 2015-05-18 00:02:51 +02:00
  • 0314d2b0c3 fsck: Fix check for orphaned blobs Alexander Neumann 2015-05-17 23:41:53 +02:00
  • df1e3e03e9 Add 'dump' command Alexander Neumann 2015-05-16 14:24:24 +02:00
  • 65c3aead3e Add index.Dump() Alexander Neumann 2015-05-16 14:05:19 +02:00
  • f773feeb04 Remove Repository.Close() and .Location() Alexander Neumann 2015-05-17 20:55:24 +02:00
  • af381c2ab0 Remove Repository.Remove() Alexander Neumann 2015-05-17 20:52:31 +02:00
  • eb6dfcf58c Remove Repository.Test() Alexander Neumann 2015-05-17 20:51:32 +02:00
  • 6e38a8a033 Move FindSnapshot, make Repository.List() return IDs Alexander Neumann 2015-05-17 20:48:59 +02:00
  • cf37b619fd Merge pull request #191 from restic/fix-189 Alexander Neumann 2015-05-17 14:26:54 +02:00
  • 14a3ed4e9d Move error annotation for symlink timestamp restore Alexander Neumann 2015-05-16 13:25:10 +02:00
  • 70f92433c3 Merge pull request #192 from restic/fix-linux-i386 Alexander Neumann 2015-05-16 13:20:10 +02:00
  • eee93e9125 travis: Run tests for 386 and amd64 Alexander Neumann 2015-05-14 23:20:12 +02:00
  • d42242556b Fix restic for i386 Alexander Neumann 2015-05-14 23:13:00 +02:00
  • 44219c5afe node/Linux: Implement setting timestamps for symlinks Alexander Neumann 2015-05-14 23:06:11 +02:00
  • af06376b5b Add tests for node.CreateAt() Alexander Neumann 2015-05-14 18:05:15 +02:00
  • 4e5094b7c9 Fix loading config on sftp backend Alexander Neumann 2015-05-14 18:08:45 +02:00
  • 5e9b94cbc8 First version of the Dockerfile, non-working Alexander Neumann 2015-05-14 15:21:11 +02:00
  • 3517229844 Merge pull request #186 from restic/directory_modtime Alexander Neumann 2015-05-14 16:10:31 +02:00
  • 1fb8e332ce Restore timestamps for directories earlier Alexander Neumann 2015-05-14 15:58:26 +02:00
  • aa5fd9e9bc Remove execute bit from node.go Alexander Neumann 2015-05-14 15:53:49 +02:00
  • 6bab4a8eda Merge pull request #188 from restic/fix-185 Alexander Neumann 2015-05-14 11:23:29 +02:00
  • 3ace557dbe Makefile: Add dependency on all Go source code Alexander Neumann 2015-05-14 11:11:30 +02:00
  • e1098eedac Fix make -B (force rebuild) Alexander Neumann 2015-05-14 11:10:01 +02:00
  • bace4607bf Fix ModTime for directories Florian Weingarten 2015-05-13 23:11:31 -04:00
  • 396a69886c README: Fix indent Alexander Neumann 2015-05-12 21:36:54 +02:00
  • 2a5bbe2b02 Merge pull request #183 from restic/fix-documentation Alexander Neumann 2015-05-12 21:23:28 +02:00
  • 2d0fc294b7 Fix compiling instructions Alexander Neumann 2015-05-12 21:22:52 +02:00
  • 0bb43fa0af Merge pull request #181 from restic/compile-from-checkout Alexander Neumann 2015-05-12 21:08:42 +02:00
  • 8c684f91a3 travis/Makefile: output debug information Alexander Neumann 2015-05-11 21:10:36 +02:00
  • aebfaec9c7 Add integration tests Alexander Neumann 2015-05-11 21:09:32 +02:00
  • 61f8169fa0 Makefile: Fix bench Alexander Neumann 2015-05-11 18:26:56 +02:00
  • 506bf61f32 travis: Fix env variables Alexander Neumann 2015-05-10 23:30:26 +02:00
  • 54793e9233 travis: Configure gox OS for cross-compilation Alexander Neumann 2015-05-10 23:19:46 +02:00
  • b7e1d2788b Makefile: Split out coverage into a shell script Alexander Neumann 2015-05-10 23:04:02 +02:00
  • be8064cd97 Makefile: Add missing dependencies Alexander Neumann 2015-05-10 22:49:01 +02:00
  • fdac4655c6 Integrate travis Alexander Neumann 2015-05-10 22:43:42 +02:00
  • 5f13e199c6 vendor everything Alexander Neumann 2015-05-10 22:07:33 +02:00
  • 7a32a6b389 Merge pull request #180 from restic/rename-repo-repository Alexander Neumann 2015-05-10 00:04:35 +02:00
  • 95536e8a21 Rename 'Repo' -> 'Repository' Alexander Neumann 2015-05-09 23:59:58 +02:00
  • 232c472836 Move package 'repo' to package 'repository' Alexander Neumann 2015-05-09 23:52:03 +02:00
  • b2dcdf00e3 Merge pull request #178 from restic/refactor-server Alexander Neumann 2015-05-09 22:59:02 +02:00
  • ae21938f3e Rename 'Repository' -> Repo Alexander Neumann 2015-05-09 17:41:28 +02:00
  • c814706bb1 Correct typos found by @fw42 Alexander Neumann 2015-05-09 17:20:18 +02:00
  • cbc61fffe8 Set test password to geheim instead of the empty string Alexander Neumann 2015-05-09 14:45:09 +02:00
  • cd4c56b927 wip Alexander Neumann 2015-05-06 22:27:02 +02:00
  • 5fc1583acc Fix comments Alexander Neumann 2015-05-09 13:35:55 +02:00
  • d9b5832034 Rename variables Alexander Neumann 2015-05-09 13:32:52 +02:00
  • 7ec674f3e8 Move repo/server.go -> repo/repository.go Alexander Neumann 2015-05-09 13:37:02 +02:00
  • 87ebf12945 Rename 'Server' to 'Repository' Alexander Neumann 2015-05-09 13:25:52 +02:00
  • 8be9e95d20 Rename package 'server' to 'repo' Alexander Neumann 2015-05-09 13:21:28 +02:00
  • 1d37fe3f97 Merge pull request #177 from restic/add-src-doc Alexander Neumann 2015-05-09 13:15:40 +02:00
  • 861e1b9910 Add doc stubs to all the packages Alexander Neumann 2015-05-09 13:00:01 +02:00
  • 9ac6a1d232 Add minimal documentation for backend/{local,sftp} Alexander Neumann 2015-05-09 12:54:45 +02:00
  • e4e502959f Clarify documentation on backend Alexander Neumann 2015-05-09 12:53:04 +02:00
  • 87206769c9 Add minimal documentatation to restic package Alexander Neumann 2015-05-09 12:52:46 +02:00
  • 985af03738 Merge pull request #176 from restic/use-coveralls Alexander Neumann 2015-05-09 12:31:44 +02:00
  • 0cb60e31c5 travis: remove unneeded Go version 'release' Alexander Neumann 2015-05-09 12:24:17 +02:00
  • 42467a056e travis: report coverage to coveralls.io Alexander Neumann 2015-05-09 11:46:38 +02:00
  • 8131bc60b7 README: Add coveralls.io badge Alexander Neumann 2015-05-09 11:22:33 +02:00
  • 8c8ebd20b3 Merge pull request #175 from restic/improve-contribution-doc Alexander Neumann 2015-05-09 11:23:20 +02:00
  • 7d5211501f Improve docs for contribution Alexander Neumann 2015-05-09 11:11:00 +02:00
  • 7d06fe779b test: shorten 'ls' test output Alexander Neumann 2015-05-06 23:43:36 +02:00
  • 650d1f8cc3 Fix 'ls' test, don't compare output Alexander Neumann 2015-05-06 22:55:20 +02:00
  • b0eeb6f6b7 doc: Fix spelling, link from README Alexander Neumann 2015-05-06 23:18:46 +02:00
  • f0c6e7010e Merge pull request #172 from ckeen/contributing_documentation Alexander Neumann 2015-05-06 23:03:25 +02:00
  • b25fb3dc55 Merge branch 'add-test-ls' Alexander Neumann 2015-05-06 22:03:58 +02:00
  • c86474663c testsuite: Add test for 'ls' command Alexander Neumann 2015-05-06 21:45:23 +02:00
  • 683092f0c4 Merge branch 'howeyc-ls-command' Alexander Neumann 2015-05-06 20:45:31 +02:00
  • 53f402f489 Merge branch 'ls-command' of https://github.com/howeyc/restic into howeyc-ls-command Alexander Neumann 2015-05-06 20:44:53 +02:00
  • a1d71e47f3 Merge branch 'howeyc-freebsd-build' Alexander Neumann 2015-05-06 20:43:04 +02:00
  • acd4cd985d travis: Add env variable for gox cross-compilation Alexander Neumann 2015-05-06 20:42:11 +02:00
  • 4262f68d45 travis: Add FreeBSD cross-compile Chris Howey 2015-05-06 13:30:43 -05:00
  • c3adb835df Move contributing document to root Christian Kellermann 2015-05-06 14:45:04 +02:00
  • cb1d7e7d68 Describe how to contribute Christian Kellermann 2015-05-06 09:11:07 +02:00
  • e8615eb593 Fix ls command Chris Howey 2015-05-05 20:50:10 -05:00
  • a8be9c32d0 Call open file once on FreeBSD. Chris Howey 2015-05-05 20:47:02 -05:00
  • a1c8dac561 Add node to build on freebsd. Chris Howey 2015-05-05 18:06:36 -05:00
  • 92de007900 travis: Add openbsd cross-compile Alexander Neumann 2015-05-05 21:34:33 +02:00
  • 1723be5a50 node: Move unix-specific functions back to node.go Alexander Neumann 2015-05-05 21:34:12 +02:00
  • 39c4b7cce2 Merge branch 'openbsd_support' of https://github.com/ckeen/restic into openbsd_support Alexander Neumann 2015-05-05 21:28:01 +02:00
  • 27629e76ca initial openbsd support added Christian Kellermann 2015-05-05 20:13:55 +02:00
  • 57f2aa3ea8 Merge 21d093d348 into ae89ac183d Florian Weingarten 2015-05-04 23:40:59 +00:00
  • ae89ac183d Merge branch 'remove_chunker_reset_and_pool' Alexander Neumann 2015-05-05 00:56:56 +02:00