We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
task
Don't download files if size/mode time/checksum is the same.
The text was updated successfully, but these errors were encountered:
destroy
Similarly to #360 (comment), it should be easily feasible for machines, but not that much for Kubernetes.
Sorry, something went wrong.
Lets do it at least for machines.
This is a core feature of rclone and already implemented unless proven otherwise. Tested with a dummy 1 GB file.
rclone
terraform { required_providers { iterative = { source = "github.com/iterative/iterative" } } } provider "iterative" {} resource "iterative_task" "example" { cloud = "aws" machine = "m" script = <<-END #!/bin/sh fallocate --length 1G file END storage { workdir = "." output = "file" } }
0x2b3bfa0
No branches or pull requests
Don't download files if size/mode time/checksum is the same.
The text was updated successfully, but these errors were encountered: