-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to automatically move plots on completion #169
Comments
I would say this is another vote for #110 (comment) |
I suspect that there are also various ways to get rsyncd 'on Windows'. To start there are WSL, msys2, and Cygwin. I haven't checked the package list for the latter two but suspect they'll have an rsyncd. But yeah, more options would be good. |
@ericaltendorf @altendky Managed to get rsync daemon setup in Windows 10 using WSL and mounted the ext drives into WSL. Now, how can we cofigure Plotman to use a non-standard SSH port to do its rsync? |
@nyxynyx plotman has 12000 hardcoded for the rsyncd port (which isn't ssh). plotman/src/plotman/archive.py Line 69 in c0fe10c
If you cheat and set plotman/src/plotman/archive.py Line 52 in c0fe10c
This whole situation is the topic underlying #110. |
Hi, I'm new to Chai and plotman is awesome!
How can we edit
plotman.yaml
such that the completed plots on an Ubuntu 20.04 system are automatically copied to a drive on a Windows 10 system on the same local network?There is no rsync server on the Windows 10 system. If there must be an rsync daemon running on Windows 10, what is the recommended software that is easy to setup?
Thank you for your help!
plotman.yaml:
The text was updated successfully, but these errors were encountered: