Skip to content

to

SimpleBackup to(String backupDir)
Set the destination directory.

Parameters:

backupDir - The destination directory.

Returns:

this object (allows for method chaining).

Example

backup = new SimpleBackup(this)
    .copy("/")
    .to("project_backup");

For more information, see the reference documentation folder in the SimpleBackup repository.