From 13889c1313bc8bc57bfbc7f849f8694c9eeb0d1d Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Wed, 19 Nov 2014 23:00:38 +0700 Subject: system/profile-sync-daemon: Added (Manage browser profiles). Signed-off-by: Willy Sudiarto Raharjo --- system/profile-sync-daemon/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 system/profile-sync-daemon/README (limited to 'system/profile-sync-daemon/README') diff --git a/system/profile-sync-daemon/README b/system/profile-sync-daemon/README new file mode 100644 index 0000000000000..85fd15ed1b7a5 --- /dev/null +++ b/system/profile-sync-daemon/README @@ -0,0 +1,11 @@ +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. + +Note: +I strongly encourage reading the ArchWiki article +https://wiki.archlinux.org/index.php/Profile-sync-daemon +before starting, and stopping the daemon in /etc/rc.d/rc.local_shutdown. -- cgit v1.2.3