Hi,

I would like to start an asynchronous rsync job.  My code looks like this:

client = fc.Client("machine.address", async=True)
code = client.command.run("/usr/bin/rsync --delete -avz path1/ path2/")
client.job_status(code[0])

The rsync runs, but I never get useful status information back.  I am only
getting (2,0), "Lost in space".  Am I missing something, why doesn't it
every say that it is running or complete?

Thanks in advance for any help.

Regards,

Jesse
_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to