-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document mod time flags #84
Comments
kfogel
added a commit
that referenced
this issue
Mar 1, 2023
Document the need for modtime flags (issue #84), how to download just a single specific archive, and how to upload to a specific archive.
kfogel
added a commit
that referenced
this issue
Mar 1, 2023
Document the need for modtime flags (issue #84), how to download just a single specific archive, and how to upload to a specific archive.
slifty
added a commit
that referenced
this issue
Mar 1, 2023
rclone will compare local file information with whatever the server filesystem provides when deciding what files to actually download / overwrite locally. Since the current sftp service does not really support real mod times we don't want rclone to consider mod times when making that determination. Issue #84
slifty
added a commit
that referenced
this issue
Mar 1, 2023
rclone will compare local file information with whatever the server filesystem provides when deciding what files to actually download / overwrite locally. Since the current sftp service does not really support real mod times we don't want rclone to consider mod times when making that determination. Issue #84
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a temporary (but still real!) limitation that requires us to be able to use a few flags due to the current lack of support for mod time (#80). While that is the reality we should make sure our documentation instructs the use of those flags.
Specifically:
--size-only and --sftp-set-modtime=false
(Issue #80 has more context)
The text was updated successfully, but these errors were encountered: