-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
rclone backend restore
- documentation regression
#8438
Comments
Indeed somebody edited it out by mistake. Feel free to submit docs correction PR. Maintaining up to date documentation is never ending task and is impossible without community watchful eyes and contributions. |
Well spotted @Anthchirp I see the problem. The edits were made to an auto generated part of s3.md - they should have been made in backend/s3/s3.go which is the source. We should probably make a linter for this. That is my bad for not spotting that in the review. Do you want to send a PR with the change applied to s3.go? |
Documentation regression - we lost the fix detailing how to restore single objects from AWS S3 Glacier. Also make clearer that rclone provides restore functionality natively. Reapplies rclone#7077 Closes rclone#8438 Co-authored-by: danielkrajnik <dan94kra@gmail.com>
Documentation regression - we lost the fix detailing how to restore single objects from AWS S3 Glacier. Also make clearer that rclone provides restore functionality natively. Reapplies rclone#7077 Fixes rclone#8438 Co-authored-by: danielkrajnik <dan94kra@gmail.com>
We lost a previous documentation fix (rclone#7077) detailing how to restore single objects from AWS S3 Glacier. Also make clearer that rclone provides restore functionality natively. Co-authored-by: danielkrajnik <dan94kra@gmail.com>
👍 |
We lost a previous documentation fix (rclone#7077) detailing how to restore single objects from AWS S3 Glacier. Also make clearer that rclone provides restore functionality natively. Co-authored-by: danielkrajnik <dan94kra@gmail.com>
We lost a previous documentation fix (rclone#7077) detailing how to restore single objects from AWS S3 Glacier. Also make clearer that rclone provides restore functionality natively. Co-authored-by: danielkrajnik <dan94kra@gmail.com>
The associated forum post URL from
https://forum.rclone.org
https://forum.rclone.org/t/cant-restore-files-from-aws-glacier-deep-only-directories/39258/10
What is the problem you are having with rclone?
The rclone documentation lost the fix in #7077 at some point.
The underlying issue is still the same, so the fix PR just needs reapplying.
What is your rclone version (output from
rclone version
)Which OS you are using and how many bits (e.g. Windows 7, 64 bit)
linux, 64 bit
Which cloud storage system are you using? (e.g. Google Drive)
AWS S3
The command you were trying to run (e.g.
rclone copy /tmp remote:tmp
)rclone backend restore awss3:bucket/path/object
A log from the command with the
-vv
flag (e.g. output fromrclone -vv copy /tmp remote:tmp
)2025/03/09 01:25:01 DEBUG : rclone: Version "v1.69.1" starting with parameters ["rclone" "-vv" "backend" "restore" "awss3:bucket/path/object"]
2025/03/09 01:25:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2025/03/09 01:25:01 DEBUG : 5 go routines active
2025/03/09 01:25:01 NOTICE: Failed to backend: is a file not a directory
How to use GitHub
The text was updated successfully, but these errors were encountered: