Why does archive not displaying status? #329
-
Hi all, new to plotman but not chia. I've tried to set up plotman so that it will rsync all my finished plots to a remote server. On the remote server I have set up my rsyncd.conf as follows.
I have configured plotman accordingly.
I can confirm rsync is set up correctly and working as I can successfully send a test file via the command.
But for some reason I don't see any status info in plotman interactive or using any of the other CLI commands. I've also verified that I can successfully run the command...
with the output...
Can anyone explain why this doesn't appear to work? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
OK I figured it out. I need to change the rsync path to match exactly what was in rsyncd.conf. So I now have.
That seems to have fixed it. |
Beta Was this translation helpful? Give feedback.
-
It's actually cosmetic and a result of the ssh call here- plotman/src/plotman/archive.py Line 52 in 5788e7f ...and the trailing "/" |
Beta Was this translation helpful? Give feedback.
OK I figured it out. I need to change the rsync path to match exactly what was in rsyncd.conf.
So I now have.
That seems to have fixed it.