graysky2 / profile-sync-daemon

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.
https://wiki.archlinux.org/index.php/Profile-sync-daemon
Other
899 stars 84 forks source link

Fix backups cleanup #297

Open htower opened 3 years ago

htower commented 3 years ago

The old version does not work correctly - only backups for the last browser from the BROWSERS list are processed. In my case BROWSERS="firefox chromium", which results in keeping the last 5 backups for chromium (BACKUP_LIMIT=5) and all backups (more than 40) for firefox. The new version fixes this bug.