Pre Define Parameter

Hey!
I'm new to rclone I'm working on a project in which with the help of rclone I want to push my backup to google drive, but I want to predefine the parameters and I don't want my user input the parameters so is it possible to predefine the parameters?

Most people write the parameters in a bash script (linux/macOS) or a bat file (windows) then get the user to run the script instead.

You can predefine parameters by setting environment variables, eg RCLONE_CONFIG sets the location of the config file.

You can't save parameters in the config file yet.

doc: https://rclone.org/docs/#environment-variables

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.