Hi,
i have the following scenario: I create multiple backups to Google Drive, then prune and then check the backup. Now I want to copy the backup from Google Drive to my NAS (TrueNAS).
While the copy job from Google Drive to Local Disk works flawlessly, the copy from Google Drive to my NAS fails with this error:
Running copy command from C:\Users\Chef/.duplicacy-web/repositories/localhost/all
Options: [-log copy -from Google_Drive -to TrueNAS]
2023-05-22 21:21:57.233 INFO STORAGE_SET Source storage set to gcd://Duplicacy
2023-05-22 21:22:00.907 INFO STORAGE_SET Destination storage set to sftp://backup-user@truenas:22/mnt/main/backup/duplicacy
2023-05-22 21:22:15.636 INFO SNAPSHOT_COPY Chunks to copy: 9213, to skip: 0, total: 9213
2023-05-22 21:22:18.153 ERROR UPLOAD_CHUNK Failed to upload the chunk 55628f715c0d8e29c75c37fd61b944b3fecf69e69dc78d15edf38d899230cba9: file does not exist
Failed to upload the chunk 55628f715c0d8e29c75c37fd61b944b3fecf69e69dc78d15edf38d899230cba9: file does not exist
When I search on my Google Drive or Local Storage neither the chunk 628f715c0d8e29c75c37fd61b944b3fecf69e69dc78d15edf38d899230cba9 nor the folder 55 exists.
I tried to delete all cache folders from my repositories but this did not help.
I also tried to create a copy job from Local Drive to NAS but the same error occurs.
How can I further troubleshoot this problem and get my copy job from Google Drive to NAS running? Any help would be greatly appreciated.