< Cli < ref
mw tools cp
Copy files to a tool using rsync
mw tools cp [flags] [source] [destination]
Examples
cp ./foo foo # Copy the ./foo file to your home directory cp --tool=mytool ./foo foo # Copy the ./foo file to the tool cp --tool=mytool ./foo /tmp/foo # Copy the ./foo file to /tmp/foo on the tool
Options
-t, --tool string Tool to execute command on
Options inherited from parent commands
--help Help for this command --no-interaction Do not ask any interactive questions -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
- mw tools - Interact with any Wikimedia “Tool”
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.