Commit Graph

  • 32a5778602 Merge pull request #490 from Thor77/backupExcludeFile Alexander Neumann 2016-04-06 00:09:46 +02:00
  • b4493b4640 add documentation for --exclude[-file] and patterns Thor77 2016-04-01 15:56:52 +02:00
  • 1c1eacfc94 add backup --exclude-file Thor77 2016-04-01 13:50:45 +02:00
  • aac2405e95 Merge pull request #489 from xmaka/xmaka-patch-1 Alexander Neumann 2016-03-31 22:01:14 +02:00
  • 90765a7dac add debian stable help xmaka 2016-03-31 21:02:05 +02:00
  • 008337aad4 Merge pull request #487 from restic/use-fadvise Alexander Neumann 2016-03-31 19:27:24 +02:00
  • 380e9b8119 Fix Makefile Alexander Neumann 2016-03-31 19:20:57 +02:00
  • ddfadae6f6 Fix compilation for Go 1.3 Alexander Neumann 2016-03-28 16:09:28 +02:00
  • c8f46ce81d fs: Require Go1.4 for Linux Alexander Neumann 2016-03-28 15:47:06 +02:00
  • c30f4a9134 fs: remove unneeded code Alexander Neumann 2016-03-28 15:33:10 +02:00
  • b7713d2d34 local backend: Drop file content from cache after write Alexander Neumann 2016-03-28 15:24:18 +02:00
  • 5b5bb070b9 fs: Split out ClearCache from File Alexander Neumann 2016-03-28 15:31:09 +02:00
  • feb664620a Use fadvise() to not cache the content of files read Alexander Neumann 2016-03-28 15:26:04 +02:00
  • d2df2ad92d Add dep: golang.org/x/sys/unix Alexander Neumann 2016-03-28 15:25:45 +02:00
  • 9e81b158bf Add hints on how to get started Alexander Neumann 2016-03-12 11:28:10 +01:00
  • 49eb55c457 Merge pull request #484 from mholt/patch-1 Alexander Neumann 2016-03-11 21:26:19 +01:00
  • e6ba9e5849 Change ErrNoKeyFound message Matt Holt 2016-03-11 08:21:01 -07:00
  • a747cf994e Merge pull request #482 from restic/update-chunker Alexander Neumann 2016-03-10 11:02:19 +01:00
  • afd0eb7f67 Merge pull request #481 from restic/fix-memory-usage Alexander Neumann 2016-03-06 16:28:44 +01:00
  • e4a6dd8c8c Use newRandReader instead of rand.New() Alexander Neumann 2016-03-06 14:21:02 +01:00
  • 18c3024171 Unexport NewPackerManager Alexander Neumann 2016-03-06 14:20:48 +01:00
  • 1e1368eea3 Add randReader for tests Alexander Neumann 2016-03-06 13:59:06 +01:00
  • cda7616c82 Remove tempdir for packerManager Alexander Neumann 2016-03-06 13:14:06 +01:00
  • 015cea0c50 PackerManager: Remove debug comment Alexander Neumann 2016-03-06 12:35:21 +01:00
  • c0b5f5a8af Fix all code which uses repository.New() Alexander Neumann 2016-03-06 12:34:23 +01:00
  • f956f60f9f PackerManager: use tempfiles instead of memory buffers Alexander Neumann 2016-03-06 12:26:25 +01:00
  • f893ec57cb Add test and benchmark for PackerManager Alexander Neumann 2016-03-05 15:58:39 +01:00
  • 9e24238cdd Update chunker Alexander Neumann 2016-03-05 13:46:20 +01:00
  • 4dac6d45fd Merge pull request #459 from restic/debug-434 Alexander Neumann 2016-02-27 14:02:59 +01:00
  • 8d1a5731f3 Remove integration test for 'optimize' Alexander Neumann 2016-02-27 13:38:05 +01:00
  • 04b3ce00e2 Remove command 'optimize' Alexander Neumann 2016-02-27 13:12:22 +01:00
  • 9386bfbafa checker: Do not use reference in checker errors Alexander Neumann 2016-02-26 23:06:25 +01:00
  • a613e23e34 checker: Use backend.IDSet instead of custom struct Alexander Neumann 2016-02-26 21:36:27 +01:00
  • 5ce1375ddd Rename non-exported function Alexander Neumann 2016-02-24 21:40:29 +01:00
  • 4cefd456bb Refactor rebuild-index code Alexander Neumann 2016-02-23 23:48:55 +01:00
  • bc911f4609 cmd_dump: Only load pack header Alexander Neumann 2016-02-21 00:22:46 +01:00
  • 090920039f pack: Add test with backend.NewReadSeeker Alexander Neumann 2016-02-21 00:21:06 +01:00
  • 21a99397ff worker: fix tests Alexander Neumann 2016-02-21 00:04:52 +01:00
  • 482fc9f51d Add backend.readSeeker Alexander Neumann 2016-02-20 23:59:07 +01:00
  • b114ab7108 cmd_dump: Allow dumping all blobs in all packs Alexander Neumann 2016-02-04 19:37:48 +01:00
  • 4cb4a3ac7f Add separate goroutine that closes the output chan Alexander Neumann 2016-02-05 22:23:34 +01:00
  • ee422110c8 Make worker pools input/output chans symmetric Alexander Neumann 2016-02-05 22:22:24 +01:00
  • e5ee4eba53 Add worker pool Alexander Neumann 2016-02-04 22:33:11 +01:00
  • 1e0b7dbdd2 Merge pull request #477 from restic/rest-backend Alexander Neumann 2016-02-25 22:24:00 +01:00
  • 5e152b7753 Merge pull request #476 from restic/fix-475 Alexander Neumann 2016-02-25 17:56:49 +01:00
  • 17f5b524a6 local: Replace matching code with proper Readdir() Alexander Neumann 2016-02-24 22:43:04 +01:00
  • 4ae16d7661 repository: Use backend.ID to load index Alexander Neumann 2016-02-24 22:41:32 +01:00
  • 77d85cee52 Merge pull request #472 from restic/update-chunker Alexander Neumann 2016-02-24 21:25:15 +01:00
  • d84dec47bf Merge pull request #473 from restic/fix-coveralls Alexander Neumann 2016-02-23 23:51:24 +01:00
  • 6c9170da51 Merge pull request #471 from fawick/move-cmd-folders Alexander Neumann 2016-02-23 23:24:09 +01:00
  • 2ce49ea0ee Update code to use the new Chunker interface Alexander Neumann 2016-02-22 21:09:21 +01:00
  • 3db569c45a Update chunker Alexander Neumann 2016-02-22 20:45:51 +01:00
  • 98985019f9 Set GOPATH for goveralls Alexander Neumann 2016-02-23 23:03:38 +01:00
  • 699cb5ed8f Let goveralls fail if it needs to Alexander Neumann 2016-02-23 22:16:01 +01:00
  • 6005bd9833 Fix relative paths in integrations tests Fabian Wickborn 2016-02-23 09:21:50 +01:00
  • ee494ab939 Use relocated command folders in build.go and run_integration_tests.go Fabian Wickborn 2016-02-22 21:03:07 +01:00
  • 442780f214 Move commands to src/cmds Fabian Wickborn 2016-02-22 09:29:22 +01:00
  • 9c47a8abfc Merge pull request #467 from fawick/master Alexander Neumann 2016-02-22 20:48:18 +01:00
  • dd5680dab6 restic-server: Create tmp folder Fabian Wickborn 2016-02-22 17:31:09 +01:00
  • 1cdbc8e1aa restic-server: Fix folder permissions Fabian Wickborn 2016-02-22 17:30:49 +01:00
  • e4168fdde5 restic-server: Reduce memory footprint for saving blobs Fabian Wickborn 2016-02-22 11:50:32 +01:00
  • 4749e610af restic-server: Fix content length for HEAD requests Fabian Wickborn 2016-02-21 21:40:06 +01:00
  • 51d86370a5 Fixes for the PR Fabian Wickborn 2016-02-21 17:33:45 +01:00
  • d86c093480 Merged the restic-server by @bchapuis Fabian Wickborn 2016-02-21 19:20:12 +01:00
  • bb7b9ef3fc Merge pull request #466 from ckemper67/sftp-path-clean Alexander Neumann 2016-02-22 19:04:56 +01:00
  • 5dd65a5c19 Merge pull request #464 from restic/rest-backend Alexander Neumann 2016-02-22 18:52:37 +01:00
  • 6eb97ca6cc Cleaned up the sftp parsing logic. Christian Kemper 2016-02-15 07:58:13 -08:00
  • 9a822285eb Merge pull request #468 from ckemper67/s3-logging Alexander Neumann 2016-02-21 19:13:10 +01:00
  • c2716755f1 Added missing handle to the s3.Stat log message output Christian Kemper 2016-02-21 09:56:05 -08:00
  • 7087efaa79 rest backend: Remove indirection on http.Client Alexander Neumann 2016-02-21 17:06:35 +01:00
  • 921c2f6069 rest backend: Improve documentation Alexander Neumann 2016-02-21 16:51:27 +01:00
  • 8ad98e8040 rest backend: Fixes Alexander Neumann 2016-02-21 16:35:25 +01:00
  • f7a10a9b9c backend tests: Test accessing config Alexander Neumann 2016-02-21 16:02:13 +01:00
  • bd621197f8 Add rest backend to ui parser Alexander Neumann 2016-02-21 15:24:46 +01:00
  • ec34da2d66 Add rest backend to location Alexander Neumann 2016-02-21 15:24:37 +01:00
  • c2348ba768 Add REST backend Alexander Neumann 2016-02-20 22:05:48 +01:00
  • 75d69639e6 .gitignore: Add /vendor/pkg Alexander Neumann 2016-02-20 22:55:43 +01:00
  • 9485fd0c4d Merge pull request #462 from restic/update-documentation Alexander Neumann 2016-02-21 14:01:57 +01:00
  • 9b93b3a72c doc: Reduce text in README, add to Manual Alexander Neumann 2016-02-21 13:37:55 +01:00
  • eaa2f899d5 Merge pull request #455 from restic/mkdocs Alexander Neumann 2016-02-21 13:14:14 +01:00
  • c1f047bcc6 doc: Add paragraph about mkdocs v0.1.0-doc Alexander Neumann 2016-02-21 13:04:45 +01:00
  • f2b54348c4 doc: Add paragraph about documentation version Alexander Neumann 2016-02-21 12:58:42 +01:00
  • fea113da98 Manual: Correct headings, add section about debug Alexander Neumann 2016-02-21 12:56:25 +01:00
  • cbd77a7f61 Update manual Alexander Neumann 2016-02-21 12:51:52 +01:00
  • f0790c134c Remove obsolete structure image Alexander Neumann 2016-02-21 12:29:13 +01:00
  • 385c73697d Add something to the front page Alexander Neumann 2016-02-17 16:52:09 +01:00
  • f4a0fd299e Manual: Fix shell blocks and ToC Alexander Neumann 2016-02-17 16:31:07 +01:00
  • fb5b90f308 Add mkdocs for readthedocs.org Alexander Neumann 2016-02-17 16:10:31 +01:00
  • 1edf9c1ee4 doc: Add paragraph about mkdocs Alexander Neumann 2016-02-21 13:04:45 +01:00
  • 45e9561b48 doc: Add paragraph about documentation version Alexander Neumann 2016-02-21 12:58:42 +01:00
  • 7de8bf6c27 Manual: Correct headings, add section about debug Alexander Neumann 2016-02-21 12:56:25 +01:00
  • 1c2992e2e5 Update manual Alexander Neumann 2016-02-21 12:51:52 +01:00
  • dc994699d9 Remove obsolete structure image Alexander Neumann 2016-02-21 12:29:13 +01:00
  • a13f9f14d0 Add something to the front page Alexander Neumann 2016-02-17 16:52:09 +01:00
  • e71e2c74f8 README: Add readthedocs badge Alexander Neumann 2016-02-17 16:45:36 +01:00
  • 7c4bd662cb Manual: Fix shell blocks and ToC Alexander Neumann 2016-02-17 16:31:07 +01:00
  • 6559fa7382 Add mkdocs for readthedocs.org Alexander Neumann 2016-02-17 16:10:31 +01:00
  • b9eea24728 Merge pull request #460 from restic/add-github-issue-template Alexander Neumann 2016-02-21 12:23:24 +01:00
  • 8f33afead4 Add issue template Alexander Neumann 2016-02-21 00:35:58 +01:00
  • 625c987d23 Move sftp test Alexander Neumann 2016-02-20 20:53:40 +01:00