Skip to content

Commit

Permalink
update man page
Browse files Browse the repository at this point in the history
  • Loading branch information
graysky2 committed May 5, 2020
1 parent c6b01aa commit 6d1cac0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 6.39b
VERSION = 6.40
PN = profile-sync-daemon

PREFIX ?= /usr
Expand Down
26 changes: 12 additions & 14 deletions doc/psd.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Text automatically generated by txt2man
.TH profile-sync-daemon 1 "26 April 2020" "" ""
.TH profile-sync-daemon 1 "02 May 2020" "" ""
.SH NAME
\fBprofile-sync-daemon \fP- Symlinks and syncs browser profiles to RAM (tmpfs) thus reducing HDD/SSD calls and speeding up browsers.
\fB
Expand Down Expand Up @@ -27,6 +27,8 @@ NOTE: edits made to the config file while psd is active will be applied only aft
.IP \(bu 3
Optionally enable the use of overlayfs to improve sync speed and to use a smaller memory footprint. Do this in the USE_OVERLAYFS variable. The user will require no password sudo rights to /usr/bin/psd-overlay-helper to use this option and the kernel must support overlayfs version 22 or higher. See the FAQ below for additional details.
.IP \(bu 3
Optionally have psd resync to the filesystem prior to a sleep call. This can help in the event that the system does not properly wake up. Do this in the USE_SUSPSYNC variable.
.IP \(bu 3
Optionally define which browsers are to be managed in the BROWSERS array. If none are defined, the default is all detected browsers.
.IP \(bu 3
Optionally disable the use of crash-recovery snapshots (not recommended). Do this in the USE_BACKUPS variable.
Expand All @@ -43,19 +45,15 @@ The preview option can be called to show users exactly what psd will do/is doing
.fam C
$ psd p

Profile-sync-daemon v6.38
Profile-sync-daemon v6.39

.nf
.fam C
Systemd service is currently active.
Systemd resync-timer is currently active.
Overlayfs v23 is currently active.
systemd service: active
resync-timer: active
sync on sleep: enabled
use overlayfs: enabled

Psd will manage the following per /home/facade/.config/psd/.psd.conf settings:

.fam T
.fi
.RS
Psd will manage the following per /home/facade/.config/psd/.psd.conf settings:
.PP
.nf
.fam C
browser/psname: chromium/chromium
Expand All @@ -66,7 +64,7 @@ Psd will manage the following per /home/facade/.config/psd/.psd.conf settings:
overlayfs size: 39M
recovery dirs: 2 <- delete with the c option
dir path/size: /home/facade/.config/chromium-backup-crashrecovery-20200423_171359 (92M)
dir path/size: /home/facade/.config/chromium-backup-crashrecovery-20120424_112204 (93M)
dir path/size: /home/facade/.config/chromium-backup-crashrecovery-20200424_112204 (93M)

browser/psname: firefox/firefox
owner/group id: facade/100
Expand Down Expand Up @@ -100,7 +98,7 @@ The clean mode will delete ALL recovery snapshots that have accumulated. Only ru
.fam C
$ psd c

Profile-sync-daemon v6.38
Profile-sync-daemon v6.39

Deleting 2 crashrecovery dirs for profile /home/facade/.config/chromium
/home/facade/.config/chromium-backup-crashrecovery-20200423_171359
Expand Down

0 comments on commit 6d1cac0

Please sign in to comment.