Skip to content

Tymec/rCloneBackupTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rCloneBackupTool Maintenance made-with-python MIT license

For available cloud services and how to setup rclone check out: https://rclone.org/docs/

Download latest release here


config.ini usage:

You can add as many jobs as you want. Section names needs to be JOB_#. Use default 'config.ini' for reference.
Each job needs to have these three options: NAME, PATH and REMOTE:
- NAME          = Name of the job           (ex. Users Backup)
- PATH          = Path to backup from       (ex. C:\Users)
- REMOTE        = rclone path to backup to  (ex. GoogleDrive:Backups)

Each section can be manually adjusted to your needs, ie. you can for example add 'BWLIMIT 10' to the ARGUMENTS section:
- [OPTIONS]     = DO NOT CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING
- [PARAMETERS]  = rclone flags that do not take any arguments, ie. --verbose (1 = true, 0 = false)
- [ARGUMENTS]   = check out https://rclone.org/flags/ for more

You can use https://nssm.cc/ to run rCloneBackupTool on boot.