Commit Graph
29 Commits
Author SHA1 Message Date
Matt HoltandGitHub 1c3812a6f6 Merge pull request #2342 from rpsene/master
Add support for ppc64le
2019-12-16 11:50:52 -07:00
Matthew HoltandAlexander Neumann 6cf13483b5 Add snapshot ID to summary output 2019-02-10 12:09:09 +01:00
Matthew HoltandAlexander Neumann f645306a18 Initial implementation of JSON progress reporter 2019-02-10 12:09:09 +01:00
Matthew Holt de54618852 cmd: Don't exit if printing to stdout or stderr fails (closes #2102) 2018-12-01 15:11:22 -07:00
Matthew Holt 9151eec24e Add changelog entry 2018-08-19 09:14:58 -06:00
Matthew Holt 22475729ce Select specific Node fields for listing 2018-08-19 09:03:47 -06:00
Matthew Holt 04c67d700d ls: Stream output when using --json option 2018-08-19 00:18:43 -06:00
Matthew Holt 2d89311d49 stats: Show what was scanned and scanning mode used 2018-08-17 17:15:30 -06:00
Matthew Holt 11ce572894 Fix bug where some folder listings were empty 2018-08-11 17:17:43 -06:00
Matthew Holt 7a468d1226 Speed up nonrecursive queries; include exact filter match 2018-08-11 16:18:09 -06:00
Matthew Holt 00e2fd8b5f Apply feedback and use SkipNode 2018-08-11 15:25:22 -06:00
Matthew Holt ac3bd6b2eb Replace Exitf with errors.Fatalf 2018-08-10 22:15:33 -06:00
Matthew Holt 156d85a29b Minor fixes/tweaks; add docs 2018-08-10 22:10:02 -06:00
Matthew Holt 8c146eac4b ls: Implement directory filter, optionally subfolders 2018-08-10 21:41:38 -06:00
Matthew Holt 6f5b0f3622 stat: Improve error message for bad snapshot ID (fixes #1933) 2018-08-08 16:49:36 -06:00
Matthew HoltandAlexander Neumann f6b2731aa5 stats: Add manual doc, improve -h doc
Also rename files-by-content to files-by-contents, once and for all
2018-07-31 22:54:10 +02:00
Matthew HoltandAlexander Neumann daca9d6815 Consolidate mode flags; use new Walk function 2018-07-27 21:27:40 +02:00
Matthew HoltandAlexander Neumann 930602a444 Update comment now that question was answered 2018-07-27 21:27:39 +02:00
Matthew HoltandAlexander Neumann acb05e7855 Fix filepath uniqueness bug for blobs-per-file mode 2018-07-27 21:27:39 +02:00
Matthew HoltandAlexander Neumann a7b95d716a Implement four counting modes 2018-07-27 21:27:39 +02:00
Matthew HoltandAlexander Neumann 925b542eb0 Count unique files by blob sequence rather than tree ID 2018-07-27 21:27:39 +02:00
Matthew HoltandAlexander Neumann f7659bd8b0 stats: Initial implementation of stats command 2018-07-27 21:27:39 +02:00
Matt HoltandGitHub ee4202f7c3 doc: Clarify multiple forget policies get ORed 2018-05-23 17:28:02 -06:00
Matthew HoltandAlexander Neumann b52f2aa9a4 forget: Add policy to keep snapshots before a date 2018-05-13 12:48:10 +02:00
Matthew HoltandAlexander Neumann 1a26355dbe Add changelog file 2018-04-20 14:29:39 +02:00
Matthew HoltandAlexander Neumann c5829e9ffc key: Add flag for non-interactive password changes 2018-04-20 14:29:39 +02:00
Matthew Holt 0a34a2d5d8 Consider the environment 2017-01-02 12:21:30 -07:00
Matthew Holt a394b675b0 CLI options now override env vars 2017-01-02 11:14:22 -07:00
Matt Holt e6ba9e5849 Change ErrNoKeyFound message
For #438. I was just going to change it to "wrong password" but then I saw that it might actually be the case that no key could be found, so I changed it to what I did. Let me know if you'd like something different!
2016-03-11 08:21:01 -07:00