Stored Options aka Jobs

Enhancement to the INI conf file to store the command line options for a particular job to make it easy for re-running. Something like (using my own settings):

[daily_acd]
command=copy
source=E:
destination=acdcrypt:backups/current
verbose=true
checksum=true
max-size=50000M
low-level-tries=10
retries=5
acd-upload-wait-per-gb=5m
backup-dir=acdcrypt:backups/previous/
log-file=d:\backup\logs
filter-from=d:\backup\conf\filter.txt

Which could then be run as rclone daily_acd or rclone job:daily_acd.

further enhancement would be being able to use date/time and machine variables in some of the configurations:

destination=acdcrypt:backups/%machine%/current
backup-dir=acdcrypt:backups/%machine%/previous/
log-file=d:\backup\logs%YYYY%%MM%%DD%_%HH%%NN%.txt