• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: March 16th, 2024

help-circle
  • I haven’t tried syncthing yet, but might be able to combine it with some of these ideas.

    I’m currently doing phone backups to a samba smb server with an app called smbsync2 from fdroid. It can copy or move files and directories from and to a smb share on a schedule. An option for desktop would be rsync.

    To get the archiving functionality you can do automatic ZFS snapshots. You can restore the entire snapshot or mount it via the terminal, or samba apparenly has a feature to display files from snapshots as shadow copies on windows.

    There is one limitation of this is, if a client deletes a file on the local storage, the file on the server doesn’t get deleted automaticly.







  • I’m currently doing the same project.

    To get gps to work on linux, you configure gpsd to get the data from your gps module and setup geoclue to get its data from gpsd. I lost the config files but I remember that I did the gpsd geoclue connection by echoing the gps data of gpsd into a netcat socket and connecting geoclue to it. Organic maps then automaticly gets its position from geoclue.

    Im also working on a organic maps fork, which shows onscreen directions on linux.