rclone_script is a simple script written in fish that uses rclone previously configured remotes via rclone config via manual launch at the moment.
Initial versions of rclone_script where written in bash.
The goal is to make it a useful generic script in the future.
rclone_scipt parses some arguments:
-h, --help Show help message
-d, --debug Set DEBUG verbosity in rclone
-r, --resync Set resync on bisync in rclone
-t, --time=VALUE Set max life of files (e.g., -t 90d or --time=1y default is 90 years)
-n, --no-dry-run Run the script without dry-run safety
- Fish functions rclone_script
- Auto update the script
- Auto fetch remote list from rclone config
- Guided configuration (partial) via
installer.fish - Avoid stop by idle/sleep/screen events
Important
The rclone_script needs that at least one remote in configured in by using the rclone config via shell terminal
Warning
The rclone_script will fail if the lockscreen is activated (by idle time or by the user)