mirror of
https://github.com/restic/restic.git
synced 2025-10-09 07:33:53 +00:00
replace all uses of target in relation to backup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Bugfix: Correct statistics for overlapping targets
|
||||
Bugfix: Correct statistics for overlapping backup sources
|
||||
|
||||
A user reported that restic's statistics and progress information during backup
|
||||
was not correctly calculated when the backup targets (files/dirs to save)
|
||||
was not correctly calculated when the backup sources (files/dirs to save)
|
||||
overlap. For example, consider a directory `foo` which contains (among others)
|
||||
a file `foo/bar`. When `restic backup foo foo/bar` was run, restic counted the
|
||||
size of the file `foo/bar` twice, so the completeness percentage as well as the
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Enhancement: Support `--group-by` for backup parent selection
|
||||
|
||||
Previously, the `backup` command by default selected the parent snapshot based
|
||||
on the hostname and the backup targets. When the backup path list changed, the
|
||||
on the hostname and the backup paths. When the backup path list changed, the
|
||||
`backup` command was unable to determine a suitable parent snapshot and had to
|
||||
read all files again.
|
||||
|
||||
|
Reference in New Issue
Block a user