mirror of
https://github.com/restic/restic.git
synced 2025-12-24 16:49:52 -05:00
Previously the directory stats were reported immediately after calling `SaveDir`. However, as the latter method saves the tree asynchronously the stats were still initialized to their nil value. The stats are now reported via a callback similar to the one used for the fileSaver. |
||
|---|---|---|
| .. | ||
| archiver.go | ||
| archiver_test.go | ||
| archiver_unix_test.go | ||
| archiver_windows_test.go | ||
| blob_saver.go | ||
| blob_saver_test.go | ||
| buffer.go | ||
| doc.go | ||
| file_saver.go | ||
| file_saver_test.go | ||
| scanner.go | ||
| scanner_test.go | ||
| testing.go | ||
| testing_test.go | ||
| tree.go | ||
| tree_saver.go | ||
| tree_saver_test.go | ||
| tree_test.go | ||