# HG changeset patch # User Steve Losh # Date 1693243893 14400 # Node ID 2f626bcd9fe6264348e879d9c5f0dfa3b2f8f2dc # Parent 076c59a9e421096cc8061ca3531ec2db8d9ae231# Parent d7537cf2acb0480ca4a604457fb56c98f4f411c2 Merge diff -r d7537cf2acb0 -r 2f626bcd9fe6 README.markdown --- a/README.markdown Mon Aug 28 12:15:37 2023 -0400 +++ b/README.markdown Mon Aug 28 13:31:33 2023 -0400 @@ -117,6 +117,14 @@ ÷ ln(y)/ln(x) = logₓ(y) RTN +Trying out syncthing as a Dropbox replacement. Installing: + + sudo apt install syncthing + systemctl --user enable syncthing.service + systemctl --user start syncthing.service + +Then to access the admin. + Got my budget scripts working and synced via syncthing (also shaved a couple of yaks by making scripts to archive/create new hosts while I was at it). Seems to work okay at the moment. Will gradually transition other stuff over time.