What is the problem you are having with rclone?
I added a new remote and changed the name, which cleared the remote type resulting in a further error.
Run the command 'rclone version' and share the full output of the command.
rclone v1.50.2
- os/arch: linux/amd64
- go version: go1.13.6
Which cloud storage system are you using? (eg Google Drive)
B2
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone config edit
The rclone config contents with secrets removed.
[nextcloud]
account = XXXXX
key = XXXXXXXXXXX
Extra
This is the full output of what happened
Name Type
==== ====
b2-nc b2
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> r
Choose a number from below, or type in an existing value
1 > b2-nc
remote> 1
Enter new name for "b2-nc" remote.
name> nextcloud
Current remotes:
Name Type
==== ====
nextcloud
e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> e
Choose a number from below, or type in an existing value
1 > nextcloud
remote> 1
2022/04/04 19:36:08 Couldn't find type of fs for "nextcloud"
Thanks!