- backup(Backupable, File, String, boolean) - Static method in class jetbrains.exodus.util.CompressBackupUtil
-
For specified Backupable source, creates backup file in the specified backupRoot
directory whose name is calculated using current timestamp and specified backupNamePrefix if it is not
null.
- backup(BackupBean) - Static method in class jetbrains.exodus.util.CompressBackupUtil
-
For specified BackupBean, creates a backup file using Backupables decorated by the bean
and the setting provided by the bean (backup path, prefix, zip or tar.gz).
- backup(Backupable, File, boolean) - Static method in class jetbrains.exodus.util.CompressBackupUtil
-
For specified Backupable source and target backup file, does backup.