Class Backup
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.tool.Backup
-
public class Backup extends Object
Perform a backup of a segment store into a specified folder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Backup.Builder
Collect options for theBackup
command.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Backup.Builder
builder()
Create a builder for theBackup
command.int
run()
-
-
-
Method Detail
-
builder
public static Backup.Builder builder()
Create a builder for theBackup
command.- Returns:
- an instance of
Backup.Builder
.
-
run
public int run()
-
-