diff options
| author | Steph Enders <steph@senders.io> | 2025-12-26 21:05:24 -0500 |
|---|---|---|
| committer | Steph Enders <steph@senders.io> | 2025-12-30 11:51:37 -0500 |
| commit | 725180192e51be7c4408cd5de45fb0688f792216 (patch) | |
| tree | 8fe2ff1162bbaa4b57ac05a8f6a2fab06ead540a /docs/ssync.5 | |
| parent | 519e2e01392e6db171937c4fc707345634fb5236 (diff) | |
Create ssync-reapr to clean up ssync run files
ssync-reapr will delete the run files pushed to the ssync output
dir (default ~/.local/share/ssync/runs/) which can accumulate over
time. The default is to only delete files older than a day.
We run the reap as the first step of every ssync - to ensure it clears
out the necessary files
Diffstat (limited to 'docs/ssync.5')
| -rw-r--r-- | docs/ssync.5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ssync.5 b/docs/ssync.5 index c0e3caf..e729df5 100644 --- a/docs/ssync.5 +++ b/docs/ssync.5 @@ -36,6 +36,13 @@ which will retain the outputs of each run in a subdirectory. This directory must .MR ssync-queue 1 running. .TP +.BI reap_age_s " seconds" +Reap files created more than the configured seconds ago. This will help clear out temporary files created by the +.MR ssync-index 1 +and +.MR ssync-queue 1 +commands. +.TP .BI remote_host " hostname" Remote Hostname to connect to when indexing and fetching remote files. This should be in the format .IR user@hostname @@ -50,6 +57,7 @@ Directory containing the .MR ssync-index 1 .MR ssync-queue 1 .MR ssync-fetch 1 +.MR ssync-reapr 1 commands. .SH AUTHOR Written by Steph Enders @@ -58,5 +66,6 @@ Written by Steph Enders .MR ssync-index 1 .MR ssync-queue 1 .MR ssync-fetch 1 +.MR ssync-reapr 1 |