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

.flagged can be deleted mistakenly #74

Open manorit2001 opened 2 years ago

manorit2001 commented 2 years ago

.flagged is used right now to check the status of a proper sync, but since it is present in the directory tree, commands such as git clean -xdf can easily delete them and it may hamper the user experience with asd. Such files needs to be accommodated under /run somehow