Skip to content

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.

License

Notifications You must be signed in to change notification settings

xervon/profile-sync-daemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork

This is a fork of the original profile-sync-daemon by graysky2. The only modification I have made allows user-defined browsers in $XDG_CONFIG_HOME/psd and is also described in Pull Request #271.

Custom Browsers

You can install new browser definitions or overrides to existing configurations (e.g. for configurations not supported by the official versions) in $XDG_CONFIG_HOME/psd/browsers. For examples of browser configurations look at the definitions in the common/browsers directory which contains all official browser definitions provided by graysky2 in the original version of this.

Installing this fork

For other operating systems see the included INSTALL text document (unchanged compared to graysky2's version).

Original README.md:

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

  • logoArch: in the community repo.
  • logoDebian jesse+: in the official repos.
  • logoExherbo: in the official repos.
  • logoGentoo: in the official repos.
  • logoUbuntu 16.10+: in the universe repo.
  • logoFedora: in the official repos.

User Packaged

Other Distros

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

About

Symlinks and syncs browser profile dirs to RAM thus reducing HDD/SDD calls and speeding-up browsers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 91.8%
  • Makefile 8.2%