tl-rsync-all

Synopsis

tl-rsync-all [options] <source> [source]…

Description

The tl-rsync-all command is used to synchronize files and directories in a ThinLinc cluster. It runs the rsync(1) command over SSH against all agent servers in the cluster.

options can be any rsync(1) option.

All specified sources will be converted to absolute paths.

Examples

Synchronize directory tree:

$ tl-rsync-all -a --delete /some/tree

See also

rsync(1), tl-ssh-all(8)