Acidham / rsync-folders

Alfred WF to shadow a folder to another folder via rsync
24 stars 4 forks source link

error after a new entry created #1

Closed wangkezun closed 5 years ago

wangkezun commented 5 years ago

image

Acidham commented 5 years ago

Can you try the following:

When you open logger and exec rsync you should see the file path to the wf cache dir. You can go there and delete rsync.txt file and try again. Note: With deleting rsync.txt you will loose your bookmarks.

wangkezun commented 5 years ago

do you mean open a terminal and exec Logger in it? I tried this way, and terminal showed nothing after I run rsync.

Acidham commented 5 years ago

No console, spotlight > console

wangkezun commented 5 years ago

Done! Thanks. It looks like the config text was separated into two line. like this

11|config-name|local-dir
local-dir|remote-dir

after I delete the second line and make it like this

11|config-name|local-dir|remote-dir

it works.