A Backup destination serves as the storage location for your backup files (backup destinations can be remote or local). Below is a list and brief overview of each supported destination types so you can choose the most suitable destination for your specific needs or use case.
In general, it is almost always a best practice to make sure at least one copy of your server’s backups are located off-site (remote destination) in case of a disaster at your data center, home, or office.
Remote destinations are usually slower than local destinations to backup and restore from due to bandwidth requirements. With this in consideration, many clients choose to store at least one copy of backups locally and additional copies in at least one or more remote destinations.
Warning
We don't recommend manually relocating backups to another destination/path because backups have a different format between destination types and/or can cause unintended conflicts when JetBackup expects the original path when reindexing, leading to corrupted backups. Corrupted backups can also occur when manually removing or editing the files on the backup destination.
To prevent the corruption of your backups, please do not manually alter the backup files on the destination in any way.
Destination Type | Backup Type | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Local |
|
||||||||||||||||||||||||||
SSH |
|
||||||||||||||||||||||||||
FTP |
|
||||||||||||||||||||||||||
SFTP |
|
||||||||||||||||||||||||||
Google Drive |
|
||||||||||||||||||||||||||
Dropbox |
|
||||||||||||||||||||||||||
OneDrive |
|
||||||||||||||||||||||||||
S3 Compatible |
|
S3 (New Backup Engine) vs SSH (Rsync): See more information about how our new backup engine works at Destination Benchmarks.
Note: Using destinations marked unsupported is NOT RECOMMENDED. Due to numerous consistent reports of sub-optimal performance and operational issues, we cannot guarantee support and seamless operation of JetBackup from use of unsupported destinations.
BusyBox is unsupported due to its incompatible ls
binary. If you choose BusyBox as your storage destination, please consider utlizing the FTP option, as it utilizes our Jetindex Backup Engine.
JetBackup 5 currently supports 2 types of storage formats, depending on the Backup Destination you choose.
There are two different Destinations you can create at this time.
Please Note: Clone destinations can only be created using the SSH Destination Plugin at this time. When configuring the SSH Destination for a Clone Destination you will not need to set a Backup Directory and a ROOT private key or ROOT credentials are required.
Incremental - Backup new and changed data since the previous backup.
"Point-In-Time" incremental backups - For retentions on incremental backups, JetBackup generates "point-in-time" incremental backups that use as little space as possible (using hard links). For example, on a 2GB DirectAdmin account with 30-day backup retention, it will only consume 2GB + 30 Days worth of new/changed data.
For databases, JetBackup generates a full dump of the databases for the initial incremental backup. If the databases are modified, JetBackup will then generate a new full dump for the incremental backup. Otherwise, the previous snap of the database dump will be used in the incremental backup.
Archived - Backup data in an uncompressed archive (.tar file format). Uncompressed backups are faster to generate but require more space.
Compressed - Backup data in a compressed archive (.tar.gz file format). Compressed backups use less space but take more time to generate.
This option allows you to add the destination as a "Read Only" destination. You can only restore and download existing backups from a read-only destination. Read Only is required if the Backup Directory is already owned by another destination/server. This option is only selectable upon creating the destination and will be automatically enabled for any destinations added during a Disaster Recovery.
To create a new destination, click on "+ Create new Destination". Please check the Destination Type you would like to create for specific instructions.
Local Destination example:
Click on the preferred destination listed in the Destinations section to expand and view the available destination settings.
Click on Disable/Enable Destination to Disable/Enable your destination.
Click on Manage Destination to modify your destination settings.
Please note that when editing your destination, JetBackup will try reverting to your previous destination configuration automatically if the destination fails to register with the new configuration.
This option allows you to set the visibility of backups/snapshots stored on the destination. When disabled, the backups from the destination will not be visible to your end-users.
This option enables "JetBackup configuration" backup(s) which is required to perform critical JetBackup operations such as "Disaster Recovery" and recovering from database corruption.
"JetBackup configuration" backup(s) are lightweight, encrypted, and executed daily for up to 7 retained snapshots. The total compressed size of the JB Config Export Backups may vary depending on the number of backups indexed by JetBackup at the time the JB Config Export was generated. For more information, please see JetBackup Configuration Backup Job.
This backup is encrypted using the Master Encryption Key and is highly recommended to keep the key on a secure remote location (such as a password management software).
Please note that enabling Export JB Config will not execute the JetBackup configuration backup on demand. Please wait a minimum of 24 hours to ensure that JB config backup has executed.
Upon creating the destination, JetBackup will measure the destination download/upload speed in Mbps using a 10 MB test file. The Speed Test can be run manually and will use a 100 MB test file when doing so. Please note that charges may apply for some destinations.
Validating a Destination checks whether your destination is valid and reachable.
Reindexing resyncs data between your server and the destination. Useful in case of adding a destination that already contains JetBackup generated backups or if changes in the destination were made manually.
Deletes your destination permanently. Make sure that no backup jobs are assigned to the destination in order to delete it.
Object storage is a type of storage where data is stored as objects rather than blocks. This concept is useful for data backup, archiving, and scalability for high-load environments.
Objects are the entities of data storage in S3 buckets. S3 objects are comprised of three main parts; the content of the object (data contained in the object includiing directories or files), the unique object identifier (Unique string used to identify the item within the bucket.), and metadata. Metadata contains information such as name, size, date, security attributes, content type, and URL. Each object has an ACL or Access Control list which dictates who is permitted access to the object. S3 object storage has distinct advantages such as allowing you to avoid network bottlenecks as well as a high degree of scalability and data security.
For more information regarding the differences between Object Storage and a Traditional File System in terms of how JetBackup 5 stores your data, please click HERE.
JetBackup 5 uses rsync to generate backups and transfer them to Local and SSH Destinations. When adding these types of destinations please ensure that both the source server and destination server are able to run standard Linux commands like the following:
Please note: This is NOT an exhaustive list of required binaries.
JetBackup can't restore files and/or directories with certain special characters or permissions.
For a list of recommended special characters and file permissions to avoid, please visit: Characters to Avoid when naming Files and Folders