I have a website with a hosting provider that provides an FTP connection, and I used the FTP connection with rclone to first create a remote FTP type to which I connected a second remote CRYPT type to which I uploaded encrypted files and folders with rclone.
Now, I'm changing the hosting provider and for this I'm performing a local backup of all the data on the hosting server, but I wonder, regarding the folder encrypted with rclone, can I download it as such (encrypted) locally and decrypt it locally, or do I necessarily have to mount it locally and then transfer the decrypted content to the local backup device?
Run the command 'rclone version' and share the full output of the command.
One question: since I have LUKS-encrypted the local backup disk, I can avoid making a local rclone-encrypted copy of the currently encrypted data on the FTP provider.
Could I then create a backup folder on the local LUKS-encrypted disk (mounted in /mnt/luks_disk/backup) and run the command rclone sync ftprovider:www.mydomain.com/path/crypt/remote /mnt/luks_disk/backup to have them locally decrypted on the LUKS-encrypted disk?
due to quirks with crypt remotes and hashes, rclone cannot verify file downloads using hash.
tho, rclone does use https, which provides a good level of file transfer verification.
so, after downloading all the files, i suggest running a check, something like rclone cryptcheck /mnt/luks_disk/backup crypt_ftprovider: -v --combined=~/combined.txt