mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-20 06:54:32 +00:00
fs uploader skip system folders on windows
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
@@ -138,7 +138,9 @@ func (p *Progress) HashingFile(fname string) {}
|
||||
func (p *Progress) ExcludedFile(fname string, numBytes int64) {}
|
||||
|
||||
// ExcludedDir statistic the dir been excluded currently
|
||||
func (p *Progress) ExcludedDir(dirname string) {}
|
||||
func (p *Progress) ExcludedDir(dirname string) {
|
||||
p.log.Infof("Excluded dir %s", dirname)
|
||||
}
|
||||
|
||||
// FinishedHashingFile which will called when specific file finished hash
|
||||
func (p *Progress) FinishedHashingFile(fname string, numBytes int64) {
|
||||
|
||||
Reference in New Issue
Block a user