This tool installs a systemd service on a 10 minute timer for syncing files using rclone bisync.
- Simple Install
- Bidirectional Sync, similar to DropBox or SugarSync
- BASH
- Rclone
- Systemd
- Install rclone
curl https://rclone.org/install.sh | sudo bash
- Configure rclone with your remotes
- Add the locations you want to sync to
src/rclone-bisync.sh
using this format:sudo -u <USERNAME> rclone bisync </PATH/TO/LOCAL/> <REMOTENAME>:<REMOTE/DEST/PATH>
- Run
chmod +x install.sh uninstall.sh
- Run
sudo ./install.sh
- Update
src/rclone-bisync.sh
as outlined in step 3 above. - Run
sudo ./uninstall.sh
- Run
sudo ./install.sh
- Run
sudo ./uninstall.sh
This project is unmaintained, developed for my personal use and released for the benefit of anyone interested. Issues may not be addressed and pull requests will likely be closed without merging.
- None