Why Is my data disappearing in less than 21 days when I use rclone to pull it from Acacia to Setonix /scratch?
- If copying to Setonix /scratch file system please be aware that rclone sets modtime to the value it gets from the S3 storage.
This could result in data being purged from /scratch even though it has not been on the file system for 21 days.
To prevent this you can use the--local-no-set-modtime
option to rclone.
Why Am I Unable to Create a Bucket?
...
- There is a limit of 1K buckets per project/user.
- We recommend no more than 100K objects per bucket, but there is a hard limit of 1M objects per bucket.
- There is no limit to the size of an object apart from your quota.
- Please note that some clients report a "Quota Exceeded" error if you have 1M objects in a bucket.
...