I built a small file transfer tool for home/media server

Wait 5 sec.

I originally started LiteSync for myself because I was constantly moving large Blu-ray rips between several HDDs in my media server. I was doing everything through SSH + rsync, and after doing it enough times I wanted something a little easier. It started as a pretty basic web UI for browsing folders and moving/copying files. But I kept using it and slowly added things I found useful, transfer progress, pause/resume, conflict handling, activity history, URL downloads, and eventually the ability to schedule transfers for later. Under the hood, it still uses rsync when I need resumable transfers, and Linux's copy_file_range() for simpler local copies. It's definitely grown quite a bit from the little tool I originally made for myself, so I decided to clean it up and put it out there. GitHub: https://github.com/avayadhakal/LiteSync Would love to hear what people think, especially from anyone running a home server or homelab.   submitted by   /u/avaya91 [link]   [comments]