![]() |
![]()
| ![]() |
![]()
NAMERex::Commands::Rsync - Simple Rsync Frontend DESCRIPTIONWith this module you can sync 2 directories via the rsync command. Version <= 1.0: All these functions will not be reported. All these functions are not idempotent. DEPENDENCIESSYNOPSISuse Rex::Commands::Rsync; sync "dir1", "dir2"; EXPORTED FUNCTIONSsync($source, $dest, $opts)This function executes the rsync command on the local machine (where rex is being run) to sync $source and $dest with a remote. The "rsync" command is invoked with the "--recursive --links --verbose --stats" options set. If you want to use sudo, you need to disable requiretty option for this user. You can do this with the following snippet in your sudoers configuration. Defaults:username !requiretty
|