Windows bootstrap.ps1 and Linux install.sh clone public Gitea repos, build the fork, enable logon + 15-min bisync.
10 lines
192 B
JSON
10 lines
192 B
JSON
{
|
|
"enabled": true,
|
|
"path1": "D:\\Dropbox",
|
|
"path2": "dropbox:",
|
|
"workdir": "D:\\rclone-bisync",
|
|
"interval_minutes": 15,
|
|
"rclone": "rclone.exe",
|
|
"check_filename": "RCLONE_TEST"
|
|
}
|