-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
[General question] Restoring huge buckets (>20TB) #16
Comments
What does this mean?
Your to/from restricts the objects to be downloaded to one day only, not after the 26 of August
|
Hi Angeloc, Thanks for your swift reply. When executing the following command: It restores all objects changed before 26 August apparently, also the ones that weren't modified after 26 August. Warm regards |
Hello Angeloc I think that what I'm trying to achieve is exactly what is requested in #5 Thanks in advance. |
Hi all
I've been trying to restore an entire bucket to a specific state (eg: Monday 08-26-2021 23:59:59 +2).
I tried to restore the entire bucket to this state using the following command:
/usr/local/bin/s3-pit-restore -b [bucketname] -d [bucketname] -f "08-26-2021 00:00:00 +2" -t "08-26-2021 23:59:59 +2" --max-workers 100 -v
I noticed that his command copies every S3 object to a new version.
I'm trying to only copy objects that are modified after 26 August in this case, is this possible?
What exactly am I doing wrong in my case?
Thanks in advance.
The text was updated successfully, but these errors were encountered: