Au final, je m'emmerde bien moins ainsi, en montant des stockages externes avec Nextcloud/WebDAV, qu'en synchronisant deux instances Nextcloud entre elles avec #rclone.

#Nextcloud #WebDAV

Want to upload a 5 GB file, but the Internet connection is slow, so it takes hours? Why not split the file, transfer it in multiple chunks in parallel and assemble it on the target machine?

split -n 10 file file.split # creates 10 files named xaa, xab, ... inside the folder file.split
rclone -P --transfers 32 --checkers 64 file.split :sftp,host=example.com,user=myuser:/path/to/dest/

On the target machine when completed:

cd /path/to/dest
cat file.split/x* > file

#bash #linux #rclone #network

A good tutorial how to use #rclone easily with especially for windows to #backup on an external drive crypted https://youtu.be/L87b6MMqSjw
RCLONE 101 - Encrypting Backups

YouTube

I managed to mount my drive to nautilus using rclone on Bluefin. Installed it via homebrew. Such a nice way of doing things.

#GNOME #rclone #Bluefin #Homebrew

Filen is Now Part of Official Rclone

After months of beta testing and community feedback, our rclone backend has been merged into the official rclone project. With the release of rclone v1.73, you can now use Filen directly with any standard rclone installation. No custom builds, no separate downloads. What is rclone? For those unfamiliar, rclone

Filen Hub

It has been 0 days since I fucked up regex.

To be fair I wasn't aware that the filter sequence is also detecting regex. (Ok I probably should have looked into the full documentation instead of just the examples on a 3rd party page, but still)

Here it is btw: https://rclone.org/filtering/#delete-excluded-delete-files-on-dest-excluded-from-sync

#rclone #regex

Rclone Filtering

Rclone filtering, includes and excludes

Rclone
Nick Craig-Wood released #Rclone version 1.73.3. https://rclone.org/downloads/
Rclone downloads

Download rclone binaries for your OS.

Rclone

da quando ho cominciato ad usare Rclone per gestire i vari salvataggi su cloud mi si è aperto un mondo....
la possibilità di salvare un backup criptato su cloud è utilissimo, e l'accoppiata con rclone manager semplifica il lavoro

https://rclone.org/

https://github.com/Zarestia-Dev/rclone-manager

#Rclone + #Rclonemanager

Rclone

Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more.

Rclone

Sur #Linux y'a un truc pour le stockage en ligne qui mérite bcp plus d'attention, c léger, pas cher et ca marche lol

C'est #rclone avec son pote #rclone-browser
Après il manque quand meme une interface conviviale pour la configuration qui est plus déroutante qu'autre chose, mais c fait 1 fois...

For anyone else who gets odd `ERROR : Daemon timed out. Failed to terminate daemon pid` messages when setting up #rclone mount units with systemd:
Add `ExecSearchPath=/usr/bin` to the top of the `[Mount]` section