Skip to content

getFiles

List<String> getFiles()
Get the list of relative paths to the files that will be copied when calling backupNow(). This serves as a preview of the files that will be copied.

Returns:

A list of relative paths of files to be copied.

Example

println(backup.getFiles());

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