summaryrefslogtreecommitdiff
path: root/ssync
AgeCommit message (Collapse)Author
2021-04-28Clarify and keep non-new file run dataHEADmasterBill
When we find files but nothing to sync keep the file around.
2021-04-28Log different msg when no files vs no new filesBill
For debugging it can be helpful to see when we've listed files but nothing to sync vs when we've found nothing to get at all.
2021-04-28Delete empty run files - logs will let us knowBill
We don't need the run file to know there was nothing to fetch
2021-04-28Only find files - not directoriesBill
This prevents duplicate fetching from occuring
2021-04-27Set proper local dir (.local/share/ssync)Bill
2021-04-26Accept fetches with special charsBill
Wrap the remote connection with " " to avoid breaking when there is a ( or other shell characters in the file
2021-04-24Bug Fixes: Wrong lastrun and fetch lookupBill
Typos in the fetch file variable and not using the last run file variable.
2021-04-24Setup log function to make parallel runs trackableBill
2021-04-24Fetch multiple files at onceBill
2021-04-23Add remote to variableBill
2021-04-23Initial draftBill