deajan / osync

A robust two way (bidirectional) file sync script based on rsync with fault tolerance, POSIX ACL support, time control and near realtime sync
http://www.netpower.fr/osync
BSD 3-Clause "New" or "Revised" License
924 stars 99 forks source link

uninstaller needed #245

Closed bcrowell closed 2 years ago

bcrowell commented 2 years ago

Thanks for creating osync and making it available as free software!

I gave it a test drive, and although it seems nice, it didn't quite fit my own use case. I wanted to uninstall it, but there didn't seem to be any uninstall script. I would suggest adding one. What I guessed was the following:

rm -Rf /etc/osync rm -f /usr/local/bin/osync.sh /usr/local/bin/osync-batch.sh /usr/local/bin/ssh_filter.sh /lib/systemd/system/osync-srv@.service

deajan commented 2 years ago

Thanks for the report, but osync already has an uninstaller script. Just run install.sh --remove.

Feel free to reopen this issue if needed.