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
Find a file
graysky 09db82c30c
Merge pull request #412 from Owen-sz/patch-1
docs: remove Fedora install guide
2026-03-02 08:03:52 -05:00
common misc updates for v7.00 release 2026-02-14 05:50:06 -05:00
contrib Merge pull request #392 from Heyian/patch-1 2026-02-14 16:51:09 -05:00
doc misc updates for v7.00 release 2026-02-14 05:50:06 -05:00
init fixup for fuse-overlayfs to play well with systemd 2026-02-09 15:56:26 -05:00
INSTALL misc updates for v7.00 release 2026-02-14 05:50:06 -05:00
LICENSE typo in license 2016-11-23 16:50:43 -05:00
Makefile misc updates for v7.00 release 2026-02-14 05:50:06 -05:00
MIT firefox: combine legacy and new options 2026-02-02 09:38:57 -05:00
README.md docs: remove Fedora install guide 2026-03-01 21:41:20 -06:00

Profile-sync-daemon

Profile-sync-daemon (psd) is a tiny pseudo-daemon designed to manage your browser's profile in tmpfs and to periodically sync it back to your physical disc (HDD/SSD). This is accomplished via a symlinking step and an innovative use of rsync to maintain back-up and synchronization between the two. One of the major design goals of psd is a completely transparent user experience.

Good Advice

Always backup your browser profile(s) before using psd for the first time.

Users of eCryptFS

User of eCryptFS are encouraged not to use psd unless willing to help troubleshoot suspected browser corruption. See #158.

Supported Browsers

Documentation

Consult the man page or the wiki page: https://wiki.archlinux.org/index.php/Profile-sync-daemon

Installation from Source

To build from source, see the included INSTALL text document.

Installation from Distro Packages

Officially Packaged

  • Arch: in the extra repo.
  • Debian: in the official repos.
  • Exherbo: in the official repos.
  • Gentoo: in the official repos.
  • NixOS: in the official repo.
  • Ubuntu: in Universe repo.

User Packaged

Other Distros

If you are interested in packaging psd for your favorite distro, please contact me.

logcheck

Using logcheck? Here are some ways to filter out log lines:

^\w{3} [ :0-9]{11} [._[:alnum:]-]+ profile-sync-daemon\[[0-9]+]\]: .*(google-chrome|firefox) (re|un)sync successful
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ profile-sync-daemon\[[0-9]+\]: psd startup check successful$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ systemd\[[0-9]+\]: Started Timer for profile-sync-daemon
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ systemd\[[0-9]+\]: psd(-resync)?\.service: Consumed [0-9\.]+s CPU time\.$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ systemd\[[0-9]+\]: psd(-resync)\.timer: Succeeded\.$