![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
DESCRIPTION
The target must be an absolute path, and is
created if it does not exist. If the target exists but
is not the same as source, then
diff(1)
is used to display the difference before it is updated. If the
target is omitted, the source is
placed in the staging directory defined by the If the source is defined absolute path it must exist on a file
system on the remote host. If the source is defined with a relative path,
then
The arguments are as follows: ENVIRONMENT
EXIT STATUSThe
EXAMPLESInstall configuration file and set permissions $SD/rinstall -m 644 -o www:www
resolv.conf /var/www/etc/ Fetch latest copy of sources and extract $SD/rinstall
wodpress.tar.gz tar -xzf $SD/wordpress.tar.gz -C
/var/www Fetch a file from an alternative location and store it in the staging directory under tools/sys/ if it's not already there and it's not available at $INSTALL_URL/tools/sys/sometool.tgz $SD/rinstall -a
https://example.org/files/tool.tar.gz tools/sys/sometool.tgz
|