graysky2 / anything-sync-daemon

Symlinks and syncs user specified dirs to RAM thus reducing HDD/SDD calls and speeding-up the system.
https://wiki.archlinux.org/index.php/Anything-sync-daemon
MIT License
345 stars 45 forks source link

How to use path with spaces? #68

Closed timofeika closed 2 years ago

timofeika commented 2 years ago

for example i try to sync this path: /home/user/.config/discord/Code Cache. How i can mount this path? Code\040Cache doesn't work.

graysky2 commented 2 years ago

Did you quote the target? I don't generally use spaces with Linux filesystems.

manorit2001 commented 2 years ago

WHATTOSYNC=('/home/user/space test/') This seemed to work fine for me