From 725180192e51be7c4408cd5de45fb0688f792216 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Fri, 26 Dec 2025 21:05:24 -0500 Subject: 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 --- docs/ssync.5 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/ssync.5') 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 -- cgit v1.2.3-54-g00ecf