I realized that the fat clients that allows you to sync your contents are not only wasting CPU cycles but also lots of disk space. Yes, that enables you to have the file opened almost instantly, no matter its size, but for me that use case is almost never needed, I use the cloud storage to save stuff that is in the range of a few MiB. Here is where rclone comes into play, it allows you to mount your storage as if it were a regular disk, and it handles the communication with the cloud servers on the go. As there are many different combinations I'll cover only two Linux w/ Dropbox curl https://rclone.org/install.sh | bash # Use rclone config to add a new remote called db for dropbox MAIN_USER=$SUDO_USER MAIN_USER_HOME=$(grep ^$SUDO_USER: /etc/passwd | head -1 | cut -d: -f6) mkdir /media/db chown $MAIN_USER:$MAIN_USER /media/db cat <<EOF > /lib/systemd/system/rclone-db.service [Unit] Description=Dropbox rclone mount After=multi-user.targetrclone [Service] Type=simple User=$ M...
Este comentario ha sido eliminado por el autor.
ResponderEliminarHabría sido maravilloso... pero no funciona 😥
ResponderEliminarPara dondominio tengo la composición. Por si alguien tambien la busco lo he extraido del router. salu2.
ResponderEliminarDespués de mucho luchar he conseguido configurar duckdns.org en el router ZTE F680.
ResponderEliminarDe la siguiente forma:
Sevice Name: no-ip
Custom Server: www.duckdns.org (ponerlo con las www, sino falla)
Custom URL: /update/{HOST DUCKDNS}/{TOKEN DUCKDNS}? (importante, debe terminar en “?”)
Hostname: {NOBRE DE HOST DUCKDNS} (lo que se ponga aquí da igual)
Provider Name: guest (lo que se ponga aquí da igual)
Provider Password: guest (lo que se ponga aquí da igual)
Una custom url valida podría ser: /update/midominio/88d8888d-88d8-88ff-8d88-8f8e8ed88888? (dominio y token inventados)
OJO: Si no funciona deschequear el “Enable” y guardar los cambios con el botón “Submit” y volver a chequear de nuevo "Enable" y volver a guardar los cambios.
GRACIAS UNKNOW¡¡ TE ADORO¡¡
ResponderEliminar