Is it possible to configure sub directories in .rclone.conf

Is something like this possible for easy transfers vs having to type out the entire thing out each time you want to transfer data ? I tried something similar in configs but it kept listing out the entire root dir when rclone ls g_t: was ran.

[google]
type = drive
client_id =
client_secret =
token = {“access_token”:“ASDFSAFAASD”}

[g_t]
type = drive
remote = google:DIR/SUBDIR WITHSPACE/
client_id =
client_secret =
token = {“access_token”:“ASDFSAFAASD”}

[g_m]
type = drive
remote = google:DIR/SUBDIR/
client_id =
client_secret =
token = {“access_token”:“ASDFSAFAASD”}

No it isn’t possible at the moment, but setting the root directory in the config seems like quite a good idea.

Can you make an issue about that please?

Thanks

Nick

Done. Thanks again for all the work you do with rclone :slight_smile: