mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
backup: allow excluding online-only cloud files
This commit is contained in:
committed by
Michael Eischer
parent
de3acd7937
commit
da71e77b28
@@ -32,3 +32,8 @@ func extendedStat(fi os.FileInfo) *ExtendedFileInfo {
|
||||
ChangeTime: time.Unix(s.Ctim.Unix()),
|
||||
}
|
||||
}
|
||||
|
||||
// RecallOnDataAccess checks windows-specific attributes to determine if a file is a cloud-only placeholder.
|
||||
func (*ExtendedFileInfo) RecallOnDataAccess() (bool, error) {
|
||||
return false, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user