/rclone_sh

Primary LanguageShellMIT LicenseMIT

Simple Rclone shell app to sync files

Simple project to sync files with a remote folder using rclone

This script is based on this gist from muety and this example from EnigmaCurry’s dev blog.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

LOCAL_PATH

REMOTE_PATH

NOTIFY_ENABLE - If can show notification (with notify-send)

DEBUG - Debug mode for show what happening

SERVICE_NAME - Name of the systemd service

All this variables are inside .env.example with default values

License

MIT