FAQ
FAQ on Storage Backup
Can I back up a whole S3 bucket or another cloud storage?
It depends on the kind of backup you are looking for.
When it comes to backing up an S3 bucket, you should use "Storage Replication", which allows you to synchronize your bucket to another one (cross-provider).
This means that all your buckets will be mirrored, to another bucket on schedule.
This is not considered a "backup" in the sense that we don't store any archives, instead, it's a 1-to-1 copy of your bucket at a given time.
/
as the source storage path. How can I validate that my files have proper integrity?
By default, SimpleBackups will check each file’s integrity on transfer, If the checksums do do not match you'll get a corrupted on transfer error.
When setting up a storage source, what should I set as the path?
The path is optional.
- Leave it empty if you want to copy all files from the root of the source storage.
- Set a path (e.g.,
backups
) if you want to copy only that specific folder.
Will SimpleBackups write any data to the source storage?
No, SimpleBackups does not write any data to the source storage. It is used to read files only.
Last updated on May 22, 2025