rclone_jobber
rclone_jobber copied to clipboard
Make timestamp an option
It would be nice to make this an option so the user does not need to edit the master script with every update:
timestamp="$(date +%F_%H%M%S)" #time w/o colons if thumb drive is FAT format, which does not allow colons in file name
I can do that on the next version of rclone_jobber.sh by parsing for the --FAT option flag. It will be a few weeks before I get around to it.
Thanks for the feature request.
Thanks. It might be an idea to do the same for all rclone_jobber options e.g. log_option and if you ever allow customisation of the backup-dir locations.
Ya, I will go through the whole script and see what can be made into an option flag.