Could you please consider improving password with added local keyfile.
This makes the password 2fa and increases security massively.
thanks
Could you please consider improving password with added local keyfile.
This makes the password 2fa and increases security massively.
thanks
It is entirely not clear what password you are talking about.
sorry, i should have been clearer.
I meant the crypt password set in rclone.conf
adding option for password in rclone.conf + keyfile (eg. on usb stick) would increase security to 2fa.
Eg. If password or laptop (with rclone.conf) is compromised, they still can't access without your personal usb keyfile.
save the crypt password in the password manager, not in the config file.
and retrieve it on-the-fly as needed
export RCLONE_CONFIG_REMOTENAME_PASSWORD=$(command-producing-password | rclone obscure -)