rclone/backend/local
David Sze 2d7afe8690 local: Add flag --no-preallocate - #3207
Some virtual filesystems (such as Google Drive File Stream) may
incorrectly set the actual file size equal to the preallocated space,
causing checksum and file size checks to fail.

This flag can be used to disable preallocation for local backends of
this type.
2021-02-11 17:25:28 +00:00
..
about_unix.go
about_windows.go
encode_darwin.go
encode_other.go
encode_windows.go
fadvise_other.go
fadvise_unix.go
lchtimes_unix.go
lchtimes.go
local_internal_test.go fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
local_test.go
local.go local: Add flag --no-preallocate - #3207 2021-02-11 17:25:28 +00:00
read_device_other.go
read_device_unix.go
remove_other.go
remove_test.go
remove_windows.go
symlink_other.go local: continue listing files/folders when a circular symlink is detected 2020-11-12 11:32:55 +00:00
symlink.go local: continue listing files/folders when a circular symlink is detected 2020-11-12 11:32:55 +00:00
tests_test.go