# Constants
BackupDir is the directory in the sidecar where the database backup contents to be archived live in.
DefaultObjectsToKeep are the default number of objects to keep at the cloud provider bucket.
DownloadDir is the path where the backup archive will be downloaded to before it is being unarchived to the restore dir.
RestoreDir is the directory in the sidecar where the database backup contents will be unarchived to.
SidecarBaseDir is the directory in which the sidecar puts backups or downloads backups to this should be backed by a volume mount!.
UploadDir is the path where the backup files are archived in and uploaded to the backup provider.
# Variables
No description provided by the author