Rclone copy gdrivecrypt:/test /volume1/telechargement/restored

What is the problem you are having with rclone?

Hello, I want to copy my data from encrypted Gdrive to my NAS or it would be decrypted.

What is your rclone version (output from rclone version)

1.51.0

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Synology NAS

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy gdrivecrypt:/test /volume1/telechargement/restored

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

rclone copy gdrivecrypt:/test /volume1/telechargement/restored2020/04/21 11:33:28 ERROR : ET SI LA MORT N'EXISTAIT PAS - Le film (Partie 1).mp4: Failed to copy: multpart copy: failed to open destination: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:28 ERROR : Dans la tête des SS Documentaire complet.mp4: Failed to copy: multpart copy: failed to open destination: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:29 ERROR : .DS_Store: Failed to copy: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:29 ERROR : @eaDir/.DS_Store@SynoResource: Failed to copy: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:29 ERROR : Attempt 1/3 failed with 4 errors and: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:29 ERROR : Dans la tête des SS Documentaire complet.mp4: Failed to copy: multpart copy: failed to open destination: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:29 ERROR : ET SI LA MORT N'EXISTAIT PAS - Le film (Partie 1).mp4: Failed to copy: multpart copy: failed to open destination: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:29 ERROR : .DS_Store: Failed to copy: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:30 ERROR : @eaDir/.DS_Store@SynoResource: Failed to copy: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:30 ERROR : Attempt 2/3 failed with 4 errors and: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:30 ERROR : Dans la tête des SS Documentaire complet.mp4: Failed to copy: multpart copy: failed to open destination: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:30 ERROR : ET SI LA MORT N'EXISTAIT PAS - Le film (Partie 1).mp4: Failed to copy: multpart copy: failed to open destination: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:30 ERROR : .DS_Store: Failed to copy: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:31 ERROR : @eaDir/.DS_Store@SynoResource: Failed to copy: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:31 ERROR : Attempt 3/3 failed with 4 errors and: mkdir /volume1/telechargement: permission denied
2020/04/21 11:33:31 Failed to copy with 4 errors: last error was: mkdir /volume1/telechargement: permission denied

The error is telling you that you don't have permission to make that directory so you need to run it as a user that can make the directory. I'm not familiar with Synology to know how to step by step that.

Hello and thank you for the answer, the problem was solved, you had to log in as root :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.