????
Current Path : C:/opt/rclone/ |
Current File : C:/opt/rclone/rclone-sync.xml |
<service> <id>Rclone</id> <name>Rclone Sync</name> <description>Rclone sync to Tadu Cloud Backup</description> <executable>%BASE%\rclone.exe</executable> <!-- <onfailure action="restart" delay="10 sec"/> <onfailure action="restart" delay="20 sec"/> <onfailure action="reboot" /> --> <arguments>sync --no-console C:\ --filter-from=C:\opt\rclone\filter-from.txt TaduCloudBackup: --config c:\opt\rclone\rclone.conf --log-file c:\opt\rclone\logs\sync.log --auto-confirm</arguments> <priority>Normal</priority> <stoptimeout>15 sec</stoptimeout> <stopparentprocessfirst>true</stopparentprocessfirst> <startmode>Automatic</startmode> <logpath>%BASE%\logs</logpath> <log mode="roll-by-size-time"> <sizeThreshold>10240</sizeThreshold> <pattern>yyyyMMdd</pattern> <autoRollAtTime>00:00:00</autoRollAtTime> </log> </service>