At SimpleBackups we're focusing on providing the most secure and transparent backup solution, and that's why we've built a "security-first" page that documents every data we deal with and how we deal with it.Your Backup configurations
Depending on backup types, SimpleBackups will require you to input different kinds of credentials in order to be able to run your backup.
All of these data are systematically encrypted and securely stored using a rotating key.On top of that, you don't have to provide root access to SimpleBackups, in face we recommend against it. Root access is always something to avoid, and we've built our solution to be able to backup your data without it and by requiring the least possible permissions from you.
ℹ️ Some backup types also allow you to get credentials configured on your end without storng them on SimpleBackups
Backup data access
During the backup process NO DATA is transiting via SimpleBackups infrastructure. Meaning that your data is directly sent to the storage you've configured, without any intermediary.
The only exception to this is when using Serverless, where the backup is streamed from SimpleBackups isolated serverless infrastucture to your storage. Even in that case the data is never stored on our end.
Encryption in transit
We use encryption at rest and in transit for all your backups. This means that you can configure your backups to be encrypted using your own private key but also that all the data transiting between SimpleBackups and your storage is encrypted using AES256.
As mentioned above the data stored on SimpleBackups (configuration...) are encrypted using a rotating key. Adding your own encryption key to backups means that no backups are readable by anyone, even us at transit, since the encrypted output is sent to your storage. The process happens in complete autonomy with real-time logs available for you to check.
Encryption on storage
Your backup can be stored on any connected Storage Provider and you can define an encryption key generated on your end, unique to you, that will be used to encrypt your backup archive before the transit.
This means only you, owner of your private key, can ever decrypt it (as long as you don't lose the key of course).
Additionally, SimpleBackups supports technologies like SSE-C to ensure your data is encrypted on the storage provider side.