You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default at startup move_it.py runs touch for each file in the input directory to trigger their transfer. This can be disabled with --disable-backlog command-line argument. Currently this switch is not working when move_it.py notices that its config file is modified, and it reloads the config and runs touch. The --disable-backlog should prevent also this.
The text was updated successfully, but these errors were encountered:
By default at startup
move_it.py
runstouch
for each file in the input directory to trigger their transfer. This can be disabled with--disable-backlog
command-line argument. Currently this switch is not working whenmove_it.py
notices that its config file is modified, and it reloads the config and runstouch
. The--disable-backlog
should prevent also this.The text was updated successfully, but these errors were encountered: