Action - Copy Files
The action Copy Files locally copies one or a list of files to the specified target directory or file.
Examples:
- Backup all files in directory
/mnt/sdcard/xyz/
to the folder/mnt/sdcard/xyz_backup/
.
Settings
Source Files
A comma separated list of files or directories to copy. Glob patterns can be used to match multiple files. Variables are supported.
Examples:
A directory with an ending slash (like
Examples:
/mnt/sdcard/export*
matches all files with a name starting withexport
in folder/mnt/sdcard
A directory with an ending slash (like
/mnt/sdcard/
) matches the files contained in the directory like using /mnt/sdcard/*
.
Target
The absolute path of the target file or directory. Variables are supported.
Show progress notification
Whether or not to show a notification on the statusbar indicating the progress of the operation.