commit | b9ebed56e48e91876215a5c51f4562f1c7b0e49b | [log] [tgz] |
---|---|---|
author | Matthew Williams <mjwilliams@google.com> | Wed Aug 05 18:27:44 2015 -0700 |
committer | Matthew Williams <mjwilliams@google.com> | Thu Aug 06 10:28:08 2015 -0700 |
tree | 28b706629aaddcaf32c9578cd1d2541f8c3e56ae | |
parent | be948f5a9f519210c5522060ec9ee3bc77eb077e [diff] |
Correctly skip files that are excluded from restore BUG: 22957980 If a file was present in the backup but excluded on restore, it can result in the restored data being corrupted. Ensure that FullBackup.restoreFile is called with a null destination, which will result in the file not being written to disk, but still properly pulled from the socket. Change-Id: Iac882a961b76e687654535aec352678486a08c39