hluk / copyq-commands

Useful commands for CopyQ clipboard manager.
328 stars 72 forks source link

Changing the directory for 'Backup on Exit' causes CopyQ freeze #99

Open PaduaPlay opened 1 month ago

PaduaPlay commented 1 month ago

The script at https://github.com/hluk/copyq-commands/blob/master/Scripts/backup-on-exit.ini has - var backupPath = 'Documents/copyq-backups'

What is the syntax to have the backups done to X:\123\456\Saved\

Tried using 'X:\123\456\Saved\' and "X:\123\456\Saved\" In both syntax usages CopyQ seems to freeze, causes continuous blinking of the cursor and when closed no backup is made.

Thank you.

hluk commented 18 hours ago

Can you use / instead of \? I think the script might be interpreting \ unexpectedly, thought I'm not sure why it would get stuck.