cloudmesh / client

Deprecated: Version 3 of cloudmesh is a light weight cloud client to manage virtual clusters
http://cloudmesh.github.io/client
Other
3 stars 12 forks source link

scripts: sync script example does not work #140

Closed laszewsk closed 8 years ago

laszewsk commented 8 years ago

sync script example does not work due to ! bug

laszewsk commented 8 years ago

please keep sync script like this as it shows how to use it in conjunction with !

laszewsk commented 8 years ago

I fixed the ! bug with a workaround, but the sync command is not working in the script.

I delegate that issue to Gourav

laszewsk commented 8 years ago

subprocess.CalledProcessError: Command '['rsync', '~/cm_sync/put/*', 'india:sync_dir']' returned non-zero exit status 23

gouravshenoy commented 8 years ago

Refactored the sync command to now use rsync on both Windows and Linux (now that rsync works on Windows as well). Verified sync command on Windows and Linux.