summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Collapse)AuthorAge
* New upstream version 0.9.5+dsFélix Sipma2019-07-30
|
* New upstream version 0.9.4+dsFélix Sipma2019-01-09
|
* New upstream version 0.9.3+dsFélix Sipma2018-10-22
|
* New upstream version 0.9.2+dsFélix Sipma2018-08-15
|
* New upstream version 0.9.1+dsFélix Sipma2018-06-10
|
* New upstream version 0.9.0+dsFélix Sipma2018-06-09
|
* New upstream version 0.8.3+dsFélix Sipma2018-02-27
|
* New upstream version 0.8.2+dsFélix Sipma2018-02-19
|
* New upstream version 0.8.1Félix Sipma2018-01-05
|
* New upstream version 0.8.0Félix Sipma2017-11-27
|
* New upstream version 0.7.3+debian0Félix Sipma2017-09-26
|
* Move things around for gbAlexander Neumann2016-02-20
| | | | | This moves all restic source files to src/, and all vendored dependencies to vendor/src.
* Add cleanup handler to restore terminal stateAlexander Neumann2016-02-13
| | | | Closes #402
* backup: Hide status output for narrow terminalsAlexander Neumann2016-02-10
| | | | closes #428
* Handle pack loading errors in rebuild-indexRached Ben Mustapha2016-02-07
| | | | | | | | | | | Errors returned from backend.LoadAll() were not handled, leading to these fatal errors from the unpacker trying to read the size from the end of an empty buffer: `seeking to read header length failed: bytes.Reader.Seek: negative position` This change takes care of returning on error, as well as showing which pack failed to load and validating pack integrity.
* cmd_rebuild_index: Remove calls to GetReader()Alexander Neumann2016-01-24
|
* cmd_cat: Remove calls to GetReader()Alexander Neumann2016-01-24
|
* Add "Test" prefix to backend test functionsAlexander Neumann2016-01-23
|
* Abort fuse integration test on errorAlexander Neumann2016-01-23
| | | | | | Before, the fuse integration test was run and the tests were never finished, because the testing code did not detect any errors when the fusermount binary returned an error. This commit fixes it.
* backend: Remove Get()Alexander Neumann2016-01-23
| | | | | This is the first commit that removes the (redundant) Get() method of the backend interface. Get(x, y) is equivalent to GetReader(x, y, 0, 0).
* Add comments, configure flag libraryAlexander Neumann2016-01-17
|
* s3: fix usageAlexander Neumann2016-01-17
| | | | Ignore error response for existing bucket, add more debug code.
* use new backend open with configAlexander Neumann2016-01-17
|
* add progressAlexander Neumann2015-12-06
|
* read packs concurrentlyAlexander Neumann2015-12-06
|
* Make NoLock a global optionAlexander Neumann2015-11-13
|
* Allow restoring and listing without lockingAlexander Neumann2015-11-10
|
* Allow checking a read-only repo with --no-lockAlexander Neumann2015-11-10
|
* Merge pull request #252 from restic/repack-blobsAlexander Neumann2015-11-09
|\ | | | | | | WIP: Repack blobs
| * fix test on windows, reset read-only flagAlexander Neumann2015-11-08
| |
| * Add another test for optimizing unused blobsAlexander Neumann2015-11-08
| |
| * remove ConvertIndexAlexander Neumann2015-11-08
| |
| * Add test for optimize command with old indexesAlexander Neumann2015-11-08
| |
| * check: removing orphaned packs is handled in 'optimize'Alexander Neumann2015-11-08
| |
| * Add 'optimize' command that repacks blobsAlexander Neumann2015-11-08
| |
| * cmd_check: Don't display unused blobs by defaultAlexander Neumann2015-11-08
| |
| * Refactor Index.Store() to take a PackedBlobAlexander Neumann2015-11-02
| |
| * cmd_cat: allow dumping raw tree blobsAlexander Neumann2015-11-02
| |
* | Add integration test for error on readdirnamesAlexander Neumann2015-11-06
| |
* | Read password from stdin if terminal is not a ttyAlexander Neumann2015-11-04
|/
* Refactor Index.Lookup() to return struct PackedBlobAlexander Neumann2015-10-31
|
* backup: add debug output for excluded files/dirsAlexander Neumann2015-10-27
|
* bugfix: close pack files after reading the headerAlexander Neumann2015-10-27
|
* rebuild index: remember already stored blobsAlexander Neumann2015-10-25
|
* Add test for corner caseAlexander Neumann2015-10-25
| | | | | | | | | It was observed that a restic repository still contained overlapping indexes after `rebuild-index` has been called. This is caused by instantly forgetting that blobs have already been saved once a full index has been written during index rebuilding. This commit adds a (failing) test that shows the behaviour.
* Silence rebuild-index testsAlexander Neumann2015-10-25
|
* rebuild-index: handle not yet indexed packsAlexander Neumann2015-10-25
|
* rebuild-index: Refactor a bitAlexander Neumann2015-10-25
|
* Add command `rebuild-index`Alexander Neumann2015-10-25
|
* Let the checker return a list of hints along with errorsAlexander Neumann2015-10-25
|