Be careful: you have to set something like:
rclone sync [your-local-path/to/the-folder-to-sync] [the-rclone-name-of-your-mega-account]:[the-Mega-remote-folder] -l -v
i.g. rclone sync /mnt/my-path/myfolder my-mega:my-mega-remote-folder -l -v
a thoughtful use of digital
Be careful: you have to set something like:
rclone sync [your-local-path/to/the-folder-to-sync] [the-rclone-name-of-your-mega-account]:[the-Mega-remote-folder] -l -v
i.g. rclone sync /mnt/my-path/myfolder my-mega:my-mega-remote-folder -l -v
When you are asked to set a server (opening nextcloud app on android), it’s enough to enter murena.io. Then you will asked for your user and password. (found here:: https://community.e.foundation/t/how-to-sync-nextcloud-notes-with-murena-io/47079)
A problem, if you connect your android device with KDEConnect and you copy your password from your PC, could be to paste it in password field. For security reason your keyboard could not allow you to paste easy. But eventually I managed to paste it without typing it.
I.G. you could have changed the psw switching to 2FA. So, in Linux, Dolphin o any other file manager could not recognize any more your cloud webdav.
To fix this problem, try the following steps:
1. in system settings -> KDE Wallet -> Wallet Manager -> Passwords – > Maps,
2. find your old cloud account and delete it,
3. then you will asked, as expected, for a new user and password.
4. And then it should work.
Si può usare Dolphin per avere cartelle e files del cloud che supporta webdav come se fossero in local.
Da notare:
Si può, ancora più utilmente, usare Krusader, editando la barra degli indirizzi, così: “webdav://[nomeutente]@webdav.4shared.com:80/”
O usare nuova net connection, con i parametri che avete (e poi modificare da “fish://” (ad esempio) a “webdav://” editando la barra degli indirizzi.
Installare, in Linux, il pacchetto megacmd.
Una volta ottenuto l’indirizzo webdav (col comando “mega-webdav /remotepath”) lo si può mettere nella barra degli indirizzi di Krusader (edit) avendo cura di non premettere http://, ma webdav:// (tipicamente: “webdav://127.0.0.1:4443/[un certo codice alfabetico]/[il path remoto]/”).
Il comando webdav scade ad ogni sessione, ma l’indirizzo è stabile, va solo riattivato ogni volta col comando (da terminale) “mega-webdav”. Basta creare un piccolo script bash con tale comando e farlo eseguire allo startup.
Non si riesce a farglelo vedere come webdav in Network, allora si può editare la barra degli indirizzi e lì incollare l’indirizzo che funziona in Krusader (vedi qui sopra) e poi per averlo stabilmente “add entry” nel menu a sinistra e incollare sempre quell’url.
Essendo opportuno agire come root per sospendere prima e riattivare poi il server mysql, è bene che il file di configurazione di rclone sia anche in /root/.config/rclone (lo si può copiare da /home/utente/.config/rclone).