-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG] Plot mover isn't working #105
Comments
@lanceosaurus can you confirm if Ploto-Mover is copying the files to the final destination you have specified in your config? I figured out that's what Ploto was doing with mine. They were being copied to the final destination, but Ploto would not delete them from the staging drive (source). I ended up having to setup a robocopy script that monitors the folders periodically for .PLOT files and moves them. That seems to be working for me right now. |
No, it's not doing anything. The plots are not copied to the destination,
they are just ignored.
…On Mon, 12 Jul 2021 at 02:44, Scott Sheffield ***@***.***> wrote:
@lanceosaurus <https://github.com/lanceosaurus> can you confirm if
Ploto-Mover is copying the files to the final destination you have
specified in your config? I figured out that's what Ploto was doing with
mine. They were being copied to the final destination, but Ploto would not
delete them from the staging drive (source). I ended up having to setup a
robocopy script that monitors the folders periodically for .PLOT files and
moves them. That seems to be working for me right now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#105 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJILNL3LD7VRHJG4JHL7KDTXJCJJANCNFSM5AFON47Q>
.
|
FYI -- here's the script I leave running in PowerShell -- it scans when 2 changes are detected (/mon:2) and moves the plots from E:\ to Z:\ (which is a network share on my farmer). I have multiple staging drives, so I just open multiple PowerShell windows and adjust the drive paths as necessary. This is messy because it isn't smart enough to move to the next final drive when Z:\ fills like Ploto would.... robocopy /mov /mon:2 E:\ Z:\ *.PLOT |
Yes, I too have a manual script to move them.... but they are supposed to be automagically moved by Ploto! |
Describe the bug
Plot mover isn't working for me. After a while, the outdrive just fills up, and the ploto script terminates.
To Reproduce
I have a bunch of paths. Some exist, some are full.
eg:
Expected behavior
Ploto Version in use
Additional context
@KillaDreams says that maybe we should use a single forward slash instead of the double backslashes in the PathsToMovePlotsTo parameter.
The text was updated successfully, but these errors were encountered: