Commit Graph

  • b38294f236 Suppress (non error) output of forget during -q Pauline Middelink 2017-03-09 20:18:17 +01:00
  • fdb9872cef Add cross-compilation to README and Manual Alexander Neumann 2017-03-09 11:37:06 +01:00
  • f8dd5d5088 Check version in build.go Alexander Neumann 2017-03-09 11:29:24 +01:00
  • 9e0207e534 Add CHANGELOG.md and instructions for contributors Alexander Neumann 2017-03-09 10:40:24 +01:00
  • 9eae789cd2 Add VERSION file for 0.5.0-rc.1 v0.5.0-rc.1 Alexander Neumann 2017-03-09 10:28:33 +01:00
  • d6104935d7 Add VERSION file for 0.5.0rc1 Alexander Neumann 2017-03-09 10:20:11 +01:00
  • 406af5916c Also include the source in SHA256SUMS Alexander Neumann 2017-03-09 10:19:45 +01:00
  • 93e4e4f4fb Merge pull request #866 from middelink/widespread-tags Alexander Neumann 2017-03-09 09:55:26 +01:00
  • 8a05de537f Refactor prune and rebuild_index Pauline Middelink 2017-03-08 20:30:52 +01:00
  • 8a92687d9a Refactor find and ls commands Pauline Middelink 2017-03-08 20:29:31 +01:00
  • 3432e7edcd Refactor tag to use FindFilteredSnapshots() Pauline Middelink 2017-03-08 20:28:44 +01:00
  • 3c6c17abcd Refactor forget and snapshots command Pauline Middelink 2017-03-08 20:24:58 +01:00
  • 11d237c252 New helper function FindFilteredSnapshots to iterate over snapshots Pauline Middelink 2017-03-08 20:19:12 +01:00
  • 0f7b6ec5ac Adapt key command to context world. Pauline Middelink 2017-03-08 20:17:30 +01:00
  • b4526c4e6e Enable the use of context in restic Pauline Middelink 2017-03-08 20:12:16 +01:00
  • 3eaaa0f286 Correct some typo's in comments. Pauline Middelink 2017-03-08 20:09:24 +01:00
  • b1c8071163 Add filtering to mount command Pauline Middelink 2017-03-08 19:59:19 +01:00
  • 3468108d4c Implement --tag processing to backup and restore command Pauline Middelink 2017-03-08 19:55:58 +01:00
  • 33c8dd4ee5 Merge pull request #867 from middelink/optimize Alexander Neumann 2017-03-08 11:50:47 +01:00
  • 5e2c4caa32 Merge pull request #861 from middelink/fix-841 Alexander Neumann 2017-03-08 09:56:01 +01:00
  • 7c989ca487 Optimize List() pipeline Pauline Middelink 2017-03-06 22:19:38 +01:00
  • e9a2982ecd Add --path for snapshot filtering by path. Pauline Middelink 2017-03-07 14:19:36 +01:00
  • f5a55a81f7 Merge pull request #865 from restic/handle-empty-snapshots Alexander Neumann 2017-03-07 11:21:48 +01:00
  • 340f2c80a0 Merge pull request #864 from restic/find-case-insensitive Alexander Neumann 2017-03-07 11:20:33 +01:00
  • bb144436c7 Add test for empty snapshot Alexander Neumann 2017-03-07 11:17:15 +01:00
  • b50d3ba805 Refuse to create empty snapshots Alexander Neumann 2017-03-07 11:12:34 +01:00
  • 00e7158381 Merge pull request #860 from middelink/factor-out Alexander Neumann 2017-03-07 10:59:39 +01:00
  • 221bef48c0 find: Add option to ignore case Alexander Neumann 2017-03-07 10:58:09 +01:00
  • afcc1ba706 Create a helper function to get the terminal width Pauline Middelink 2017-03-06 11:23:00 +01:00
  • bf88a62a16 Merge pull request #858 from middelink/snapshot-layout Alexander Neumann 2017-03-06 09:10:35 +01:00
  • cc140744d6 Merge pull request #857 from middelink/fix-856 Alexander Neumann 2017-03-06 09:10:33 +01:00
  • 354e8ffb82 Fix layout issue in cmd_snapshot "ascii art" Pauline Middelink 2017-03-06 02:49:15 +01:00
  • e1c828be3e Fix SamePaths() and make it into a receiver function Pauline Middelink 2017-03-06 02:21:58 +01:00
  • d50dc9f649 Merge pull request #855 from middelink/fix-851 Alexander Neumann 2017-03-05 20:20:20 +01:00
  • 07695b3622 Documentation fixes Alexander Neumann 2017-03-05 20:12:25 +01:00
  • be15a9261a Add design and user documentation for the restic tag command Pauline Middelink 2017-03-05 19:06:06 +01:00
  • 1fa2313aef Snapshot: Add Original ID Pauline Middelink 2017-03-05 17:51:57 +01:00
  • 26e266a951 Fix type of ID field in cmd_snapshots type Snapshot Pauline Middelink 2017-03-05 17:50:11 +01:00
  • 208edaa3d1 Snapshot: Add AddTags() and RemoveTags() Pauline Middelink 2017-03-05 17:43:18 +01:00
  • f6a258b4a8 Add tag: Manipulate tags on existing snapshots Pauline Middelink 2017-03-05 06:20:32 +01:00
  • db08581352 Add hint for other backend URI formats Alexander Neumann 2017-03-05 16:58:24 +01:00
  • 0afeb68e6c Merge pull request #854 from middelink/dynamic-host,tag-columns-in-cmd_snapshots Alexander Neumann 2017-03-05 16:11:38 +01:00
  • a809c9ac5f Merge pull request #853 from middelink/cmd_backup-tag-integration-test Alexander Neumann 2017-03-05 16:08:02 +01:00
  • 45e9f35654 Make columns for host and tags size width dynamicly on their content. Pauline Middelink 2017-03-05 05:32:01 +01:00
  • edd5c8b44d Add integration test to make sure cmd_backup adds tags when required. Pauline Middelink 2017-03-05 05:24:40 +01:00
  • 7238a3ee89 Changed cmd_snapshots to be testable (no more using os.Stdout) Pauline Middelink 2017-03-05 05:24:11 +01:00
  • bbcab800c9 Merge pull request #850 from middelink/fix-848 Alexander Neumann 2017-03-04 18:47:03 +01:00
  • 5564c78e53 English typo: rewriten > rewritten. Pauline Middelink 2017-03-04 17:43:58 +01:00
  • 792b81725e Add progressbar to repack and blob remove phases of prune cmd. Pauline Middelink 2017-03-04 17:38:34 +01:00
  • b101efe26e Merge pull request #845 from restic/update-pkg-xattr Alexander Neumann 2017-03-04 16:49:07 +01:00
  • becc34a159 Merge pull request #847 from middelink/fix-846 Alexander Neumann 2017-03-04 16:47:20 +01:00
  • 1273c6f3d4 Display the proper amount of bytes we will be pruning from the repo. Pauline Middelink 2017-03-04 15:17:44 +01:00
  • 82458d4de0 Update github.com/pkg/xattr Alexander Neumann 2017-03-04 14:23:15 +01:00
  • 7066cc17bb Merge pull request #844 from welpo/patch-1 Alexander Neumann 2017-03-04 13:51:05 +01:00
  • 12ed2f65e3 Fix Minio Server URL welpo 2017-03-04 13:19:50 +01:00
  • 90bc187355 Merge pull request #840 from middelink/master Alexander Neumann 2017-03-03 12:09:20 +01:00
  • 5ecaaea90b Really use absolute pathnames, not all systems use /. Pauline Middelink 2017-03-03 11:14:39 +01:00
  • f9fc8674eb Merge pull request #837 from restic/index Alexander Neumann 2017-03-03 09:44:06 +01:00
  • 039e81b04b Fix unit test, we need to check for absolute paths now. Pauline Middelink 2017-03-02 23:30:56 +01:00
  • efb4315a1e Display absolute paths when displaying the output of ls and find. Pauline Middelink 2017-03-02 22:41:11 +01:00
  • f53d33ba34 Make ArchiveReader a struct Alexander Neumann 2017-03-02 15:45:35 +01:00
  • 9b776dc7ab Use new Index implementation for rebuild-index Alexander Neumann 2017-03-01 13:44:56 +01:00
  • 1d64a1dcbb Merge pull request #835 from restic/fix-834 Alexander Neumann 2017-03-02 15:22:17 +01:00
  • 7c92994f10 Clarify variable name Alexander Neumann 2017-03-02 14:52:18 +01:00
  • bf97cc7efa Allow filtering absolute paths Alexander Neumann 2017-03-02 14:50:54 +01:00
  • 4f5e9e939b Merge pull request #829 from restic/fix-822 Alexander Neumann 2017-02-27 21:15:35 +01:00
  • 92ad35848a Fix Travis Go versions Alexander Neumann 2017-02-27 20:40:10 +01:00
  • bb69b20aff Travis: Configure Go versions Alexander Neumann 2017-02-27 20:39:00 +01:00
  • 80e93621e1 Travis: Configure Go versions Alexander Neumann 2017-02-27 20:37:47 +01:00
  • 31ff506309 Ignore empty lines in --files-from Alexander Neumann 2017-02-27 19:42:00 +01:00
  • 4a51ddf741 Add section to the manual about same directory names Alexander Neumann 2017-02-21 20:46:26 +01:00
  • 3d1dc636d0 Merge pull request #817 from restic/add-forget-prune Alexander Neumann 2017-02-21 11:40:30 +01:00
  • 8609ba28d0 Add News section Alexander Neumann 2017-02-21 11:12:07 +01:00
  • 685f5ebbd1 Add --prune switch to forget Alexander Neumann 2017-02-21 10:58:30 +01:00
  • 4e2f8145f5 Update Appveyor Alexander Neumann 2017-02-18 19:09:21 +01:00
  • 11b63d3417 Update Travis Alexander Neumann 2017-02-18 19:08:11 +01:00
  • 2c81bc35dc Merge pull request #814 from restic/fix-archiver Alexander Neumann 2017-02-18 19:00:33 +01:00
  • b8ce1b4e69 Correct archiver behavior in case of errors Alexander Neumann 2017-02-18 17:46:06 +01:00
  • 23c2717ab2 Merge pull request #809 from restic/fix-xattr Alexander Neumann 2017-02-18 15:00:49 +01:00
  • 132afbe83b Correct error check for ENOTSUP, add errors.Wrap() Alexander Neumann 2017-02-18 11:35:04 +01:00
  • ef52d15edd Continue if extended attribute cannot be read Alexander Neumann 2017-02-16 14:25:56 +01:00
  • 6df2f9e5ba Add support for extended attributes on FreeBSD Alexander Neumann 2017-02-18 11:40:50 +01:00
  • eb9be4e884 Use github.com/pkg/xattr for extended attributes Alexander Neumann 2017-02-16 14:25:47 +01:00
  • 0674f32d79 Merge pull request #766 from jgfrm/nissue25 Alexander Neumann 2017-02-16 11:45:24 +01:00
  • 49cae0904f Add support for extended attributes (e.g. ACL) Jaap Gordijn 2017-02-02 12:23:13 +01:00
  • 40685a0e61 Merge pull request #803 from ibib/adds-json-support Alexander Neumann 2017-02-16 11:26:14 +01:00
  • 4772a4986b Merge pull request #808 from restic/fix-807 Alexander Neumann 2017-02-15 19:58:03 +01:00
  • c973a1f875 Merge pull request #806 from oysols/consistent-cli Alexander Neumann 2017-02-15 15:26:27 +01:00
  • 50d066befb restore: Make sure buffer is large enough Alexander Neumann 2017-02-15 15:19:28 +01:00
  • c35e48291d Fix correct number of arguments for key command Øystein Olsen 2017-02-13 16:16:34 +01:00
  • 511278b66a Fix wrong description of rebuild-index command in help text Øystein Olsen 2017-02-13 16:07:29 +01:00
  • 514a11346d Add long description of list command in help text Øystein Olsen 2017-02-13 16:06:27 +01:00
  • 2eb75bb941 Consistently refer to 'the' instead of 'a' repository in help text Øystein Olsen 2017-02-13 16:05:25 +01:00
  • 9922ce97bf Use lowercase consistently in help text Øystein Olsen 2017-02-13 16:02:47 +01:00
  • 3ed4127297 Adds JSON support for the snapshots command ibib 2017-02-12 21:43:39 +01:00
  • c83e608cce Merge pull request #800 from restic/jgfrm-hardlinks-fuse Alexander Neumann 2017-02-11 22:09:33 +01:00
  • 3e2ae15882 Manual: Add section about hard links for fuse Jaap Gordijn 2017-02-11 21:53:19 +01:00
  • 3047702ded Correct hardlinks for fuse directories Jaap Gordijn 2017-02-11 21:50:03 +01:00
  • 05cae4911d Merge pull request #798 from restic/fix-797 Alexander Neumann 2017-02-11 14:55:50 +01:00
  • 8c34eaad15 Improve error message Alexander Neumann 2017-02-11 14:28:15 +01:00