Merged
Conversation
d61d5c1 to
061b5e8
Compare
cbc3dd9 to
2936f4b
Compare
This was referenced Jan 5, 2018
Closed
This was referenced Jan 13, 2018
Closed
This was referenced Jan 19, 2018
fd0
added a commit
that referenced
this pull request
Jan 28, 2018
This commit removes the bandwidth displayed during backup process. It is misleading and seldomly correct, because it's neither the "read bandwidth" (only for the very first backup) nor the "upload bandwidth". Many users are confused about (and rightly so), c.f. #1581, #1033, #1591 We'll eventually replace this display with something more relevant when #1494 is done.
This was referenced Feb 20, 2018
594bed1 to
2c092d7
Compare
Chdir to the tempdir, then use os.Getwd() to get the name that filepath.Abs() uses (and stores in the Snapshot).
6012b35 to
7fe0493
Compare
Contributor
|
WOW this is a lot of code! Nice work, @fd0! Exciting to see this coming together, you're almost done!! |
Member
Author
|
I'm done, I'll merge this when the CI tests pass :) |
Member
Author
|
And it's in! Wohoo! Four months of work :) |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of this change? What does it change?
The commits in this PR replace the current archiver code with a rewritten, newly implemented archiver. The archiver is the part of restic which traverses the files and dirs, saves them to the repo and create snapshots. This is my WIP code, do not use it.
Was the change discussed in an issue or in the forum before?
Closes #549, #1286, #446, #1344, #1416, #1456, #1145, #1160
TODO
atimeby default*
internal/pipe*
internal/walkChecklist
CHANGELOG.mdfile that describe the changes for our usersgofmton the code in all commits