Command: rdist -f instruction-file
# viĀ instruction-file
files=(
/fully-qualified-path-and-file-name
/next-fully-qualified-path-and-file-name
)
dest = ( computer-node-name )
${files} -> ${dest}
install /fully-qualified-directory-name-of-destination;
Note: Don’t forget the “;” at the end.
Source: http://www.yolinux.com/TUTORIALS/LinuxTutorialSysAdmin.html


