STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I have files that are being exported from a system in CSV format. I want to use RClone to sync and convert those files to Google Drive so they are Sheets files. Copy creates new files, Sync deletes old files and replaces them with new files. I need these files to maintain their original file ID from Google Drive, as these sheets are referenced and queried from other sheets.
Run the command 'rclone version' and share the full output of the command.
rclone v1.63.0
- os/version: Microsoft Windows Server 2016 Standard 1607 (64 bit)
- os/kernel: 10.0.14393.5989 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.20.5
- go/linking: static
- go/tags: cmount
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 "C:\Users\sftp\sftproot\gdrivesync" -v PSDataGDrive: --drive-import-formats csv --drive-allow-import-name-change --progress
A log from the command with the -vv
flag
2023/07/06 14:06:05 DEBUG : rclone: Version "v1.63.0" starting with parameters ["rclone" "sync" "C:\\Users\\sftp\\sftproot\\gdrivesync" "-vv" "PSDataGDrive:" "--drive-import-formats" "csv" "--drive-allow-import-name-change" "--progress"]
2023/07/06 14:06:05 DEBUG : Creating backend with remote "C:\\Users\\sftp\\sftproot\\gdrivesync"
2023/07/06 14:06:05 DEBUG : Using config file from "C:\\Users\\admin-tep\\AppData\\Roaming\\rclone\\rclone.conf"
2023/07/06 14:06:05 DEBUG : fs cache: renaming cache item "C:\\Users\\sftp\\sftproot\\gdrivesync" to be canonical "//?/C:/Users/sftp/sftproot/gdrivesync"
2023/07/06 14:06:05 DEBUG : Creating backend with remote "PSDataGDrive:"
2023/07/06 14:06:05 DEBUG : PSDataGDrive: detected overridden config - adding "{7JH_0}" suffix to name
2023/07/06 14:06:05 DEBUG : fs cache: renaming cache item "PSDataGDrive:" to be canonical "PSDataGDrive{7JH_0}:"
2023-07-06 14:06:05 DEBUG : Attendance.csv: Need to transfer - File not found at Destination
2023-07-06 14:06:05 DEBUG : Courses.csv: Need to transfer - File not found at Destination
2023-07-06 14:06:05 DEBUG : Schedules.csv: Need to transfer - File not found at Destination
2023-07-06 14:06:05 DEBUG : Sections.csv: Need to transfer - File not found at Destination
2023-07-06 14:06:05 DEBUG : Students.CSV: Need to transfer - File not found at Destination
2023-07-06 14:06:05 DEBUG : Google drive root '': Waiting for checks to finish
2023-07-06 14:06:05 DEBUG : Google drive root '': Waiting for transfers to finish
2023-07-06 14:06:09 DEBUG : Sections.xlsx: Dst hash empty - aborting Src hash check
2023-07-06 14:06:09 INFO : Sections.csv: Copied (new) to: Sections.xlsx
2023-07-06 14:06:10 DEBUG : Attendance.xlsx: Dst hash empty - aborting Src hash check
2023-07-06 14:06:10 INFO : Attendance.csv: Copied (new) to: Attendance.xlsx
2023-07-06 14:06:11 DEBUG : Schedules.xlsx: Dst hash empty - aborting Src hash check
2023-07-06 14:06:11 INFO : Schedules.csv: Copied (new) to: Schedules.xlsx
2023-07-06 14:06:11 DEBUG : Courses.xlsx: Dst hash empty - aborting Src hash check
2023-07-06 14:06:11 INFO : Courses.csv: Copied (new) to: Courses.xlsx
2023-07-06 14:06:14 DEBUG : Students.xlsx: Dst hash empty - aborting Src hash check
2023-07-06 14:06:14 INFO : Students.CSV: Copied (new) to: Students.xlsx
2023-07-06 14:06:14 DEBUG : Waiting for deletions to finish
2023-07-06 14:06:15 INFO : Sections.xlsx: Deleted
2023-07-06 14:06:16 INFO : Courses.xlsx: Deleted
2023-07-06 14:06:16 INFO : Students.xlsx: Deleted
2023-07-06 14:06:16 INFO : Schedules.xlsx: Deleted
2023-07-06 14:06:16 INFO : Attendance.xlsx: Deleted
Transferred: 2.649 MiB / 2.649 MiB, 100%, 268.314 KiB/s, ETA 0s
Checks: 5 / 5, 100%
Deleted: 5 (files), 0 (dirs)
Transferred: 5 / 5, 100%
Elapsed time: 11.2s
2023/07/06 14:06:16 INFO :
Transferred: 2.649 MiB / 2.649 MiB, 100%, 268.314 KiB/s, ETA 0s
Checks: 5 / 5, 100%
Deleted: 5 (files), 0 (dirs)
Transferred: 5 / 5, 100%
Elapsed time: 11.2s
2023/07/06 14:06:16 DEBUG : 14 go routines active