Cloud Restore
During a restore, if the needed Cloud Volume parts are in the local cache, they will be immediately used, otherwise, they will be downloaded from the cloud as necessary. In such a case, Bacula is efficient and attempts to be as cost effective as possible by downloading only the actual parts of the Cloud Volumes required to perform the restore. The restore starts with Cloud Volume parts already in the local cache but will wait in turn for any part that needs to be downloaded. The downloads proceed in the background while the restore is running.
With most cloud providers uploads are free of charge. On the other hand, downloads of data from the cloud are usually billed. By using local cache and multiple small parts, you can configure Bacula to substantially reduce your Cloud download costs during restores.
The MaximumFileSize
Device directive is still valid within the
Storage Daemon and defines the granularity of a restore chunk. In order
to limit volume parts to download during a restore (especially when
restoring single files), it might be useful to set the
MaximumFileSize
to a value smaller than or equal to the
MaximumPartSize
.
See also
Previous articles:
Next articles:
Go back to: Cloud Plugin: Functionality.