gasilsphere.blogg.se

Unison fsmonitor
Unison fsmonitor













unison fsmonitor

But we don't have a python interpreter (or any interpreter) in our very locked down platform.

unison fsmonitor

Restic was easy - you can point it at any SFTP capable host.īorg and rclone, on the other hand, we had to (like unison and rdiff-backup) build and maintain on the server side.Īll of these (save rclone, which is a binary executable) are python scripts. Both of these tools were quite popular and we saw a lot of interest back in 2005 - 2010 but we see very little use or interest in them now.Īll of the interest in backup clients is now in rclone, restic and borg. Shortly afterward we also added rdiff-backup. Unison was the first backup binary that we built into the platform - breaking our original design goal of only offering client agnostic SSH and the tools that would run over that. I've been using it every day for over 10 years and is easily one of the most useful pieces of software I've ever come across." # Do whatever postprocessing you like on your photos. # So ops on dcim/Camera don't take longer with more pics.Ĭd ~/Pictures # Can't unmount until leave mount.įusermount -u ~/mnt/someName # Dismount. # Copy all pictures that aren't yet on laptop. Sshfs someName:/storage/emulated/0/DCIM ~/mnt/someNameĬp -vn * ~/Pictures/. # I had trouble with termux symlinks, so I went directly to /storage/. # Mount the phone's DCIM directory locally over ssh. Here's part of a script I use to get photos from my phone to my laptop.

#Unison fsmonitor install

Install sshfs on your laptop, through your package manager or the manly way from github. IdentityFile /home/you/.ssh/someName_id_rsa HostName 192.168.43.1 # 'ifconfig' in termux for this. User u0_a168 # Whatever username termux gave you. Setup passwordless pub/private keys to log in from laptop to android termux sshd. I haven't tried unison yet, but you can mount android on your laptop wirelessly over ssh.Įnable your android phone's hotspot, and connect your laptop to that hotspot.















Unison fsmonitor