Skip to content

getSize

long getSize()
Returns the total size of the files to be copied when calling backupNow().

Returns:

The total size of the files to be copied in bytes.

Example

println(backup.getSize() + " bytes");

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