Sync
Description
Synchronizes the content of source to the given target directory, including file deletions.
Fields / Optional
skip
Optional set of paths to use for skipping existing files and directories in source, where a skipped file or directory is treated as if it did not exist in the first place. The given paths may contain wildcards. Paths without a trailing separator are matched against files, those with a trailing separator are matched against directories.
keep
Optional set of paths to use for keeping files and directories in target, where a kept file or directory is treated as if an identical counter-part existed in source. The given paths may contain wildcards. Paths without a trailing separator are matched against files, those with a trailing separator are matched against directories.