Hello
Thank you guys for the great work.
Well, I have a server with 400GO on disk
Disk usage: 228.89 GB
Disk available: 190 GB
So when the Updraft plugin creates a backup, it stores the Zip files on the server before uploading them to remote storage “Amazon S3” “we can’t store 228GO on 190GB so the site crashes”
Is there any chance to update the plugin to do the following job :
UpdraftPlus will split up backup archives
-> UpdraftPlus Create Zip 1
-> Send the Zip 1 to remote storage
-> Remove the Zip 1 from the server
-> UpdraftPlus Create Zip 2
-> Send the Zip 2 to remote storage
-> Remove the Zip 2 from the server
And so on ….
Thank you
See the changelog for 1.22.12
https://updraftplus.com/changelog/
“TWEAK: Attempt to upload a zip file after it’s been created to save on storage space”
I wonder if this is doing what you asked?
Yes, this feature is now implemented – current versions of UpdraftPlus by default will upload each zip archive when it has been created.
David