aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
14 hoursCreate ssync-reapr to clean up ssync run filesSteph Enders
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
4 daysFixing git reference in manfilesSteph Enders
2025-12-14Add dry-run flag for testingSteph Enders
Should help debug potential things
2025-12-14Update ssync-queue to remove bash specific substititionsSteph Enders
Add missing config option in ssync.5 Release 2.1.1
2025-12-13Initial work on making scripts work in non-bash envsSteph Enders
Replace function defs with dash legal function syntax: function fn { } -> fn() { }
2025-12-13Create install process via makeSteph Enders
Running `sudo make install` will install to /usr/local installing all of the scripts as well as the documentation, setting the release version for everything as well
2025-12-13Document additional commandsSteph Enders
2025-12-13Add license and move documentation to its own folderSteph Enders