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?
When uploading a file through my RClone mount to Google Drive, it is uploading 2 files at the same time, both using the same file name.
One is the original file and the other is a 0 Byte file. I can manually delete the file from Google Drive and refresh RClone and the file is there.
Run the command 'rclone version' and share the full output of the command.
rclone v1.65.2
- os/version: slackware 15.0+ (64 bit)
- os/kernel: 6.1.74-Unraid (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.6
- go/linking: static
- go/tags: none
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 mount GoogleDrive: /mnt/user/Cloud/googledrive/ --allow-other --uid 99 --gid 100 --umask 022 --allow-non-empty --daemon
rclone mount GoogleWorkspace: /mnt/user/Cloud/googleworkspace/ --allow-other --uid 99 --gid 100 --umask 022 --allow-non-empty --daemon
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[GoogleDrive]
type = drive
scope = drive
token = XXX
team_drive =
[GoogleWorkspace]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =
A log from the command that you were trying to run with the -vv
flag
rclone mount GoogleDrive: /mnt/user/Cloud/googledrive/ --allow-other --uid 99 --gid 100 --umask 022 --allow-non-empty -vv
2024/02/22 11:21:29 DEBUG : rclone: Version "v1.65.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "mount" "GoogleDrive:" "/mnt/user/Cloud/googledrive/" "--allow-other" "--uid" "99" "--gid" "100" "--umask" "022" "--allow-non-empty" "-vv"]
2024/02/22 11:21:29 DEBUG : Creating backend with remote "GoogleDrive:"
2024/02/22 11:21:29 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf"
2024/02/22 11:21:29 DEBUG : Google drive root '': 'root_folder_id = 0AFYKwp5FmUAnUk9PVA' - save this in the config to speed up startup
2024/02/22 11:21:29 DEBUG : Google drive root '': Mounting on "/mnt/user/Cloud/googledrive/"
2024/02/22 11:21:29 DEBUG : : Root:
2024/02/22 11:21:29 DEBUG : : >Root: node=/, err=<nil>
2024/02/22 11:21:32 DEBUG : /: Attr:
2024/02/22 11:21:32 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:37 DEBUG : /: Attr:
2024/02/22 11:21:37 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:41 DEBUG : /: Attr:
2024/02/22 11:21:41 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:41 DEBUG : /: ReadDirAll:
2024/02/22 11:21:42 DEBUG : /: >ReadDirAll: item=27, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Backup"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Backup/, err=<nil>
2024/02/22 11:21:42 DEBUG : Backup/: Attr:
2024/02/22 11:21:42 DEBUG : Backup/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Best Man Speech.docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Best Man Speech.docx, err=<nil>
2024/02/22 11:21:42 DEBUG : Best Man Speech.docx: Attr:
2024/02/22 11:21:42 DEBUG : Best Man Speech.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Capture.PNG"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Capture.PNG, err=<nil>
2024/02/22 11:21:42 DEBUG : Capture.PNG: Attr:
2024/02/22 11:21:42 DEBUG : Capture.PNG: >Attr: a=valid=1s ino=0 size=15062 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Client Cert CL"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Client Cert CL/, err=<nil>
2024/02/22 11:21:42 DEBUG : Client Cert CL/: Attr:
2024/02/22 11:21:42 DEBUG : Client Cert CL/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Cover Letter.docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Cover Letter.docx, err=<nil>
2024/02/22 11:21:42 DEBUG : Cover Letter.docx: Attr:
2024/02/22 11:21:42 DEBUG : Cover Letter.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Emie-Signature.png"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Emie-Signature.png, err=<nil>
2024/02/22 11:21:42 DEBUG : Emie-Signature.png: Attr:
2024/02/22 11:21:42 DEBUG : Emie-Signature.png: >Attr: a=valid=1s ino=0 size=30266 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Gaming Laptops.docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Gaming Laptops.docx, err=<nil>
2024/02/22 11:21:42 DEBUG : Gaming Laptops.docx: Attr:
2024/02/22 11:21:42 DEBUG : Gaming Laptops.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Hunter Insurance.pdf"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Hunter Insurance.pdf, err=<nil>
2024/02/22 11:21:42 DEBUG : Hunter Insurance.pdf: Attr:
2024/02/22 11:21:42 DEBUG : Hunter Insurance.pdf: >Attr: a=valid=1s ino=0 size=56369 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="IPTV Logins.docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=IPTV Logins.docx, err=<nil>
2024/02/22 11:21:42 DEBUG : IPTV Logins.docx: Attr:
2024/02/22 11:21:42 DEBUG : IPTV Logins.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Kasandra-Wylin-RN---Housing-Single-Animal-Approval_EID1471_OID2622279_2023_01_12.pdf"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Kasandra-Wylin-RN---Housing-Single-Animal-Approval_EID1471_OID2622279_2023_01_12.pdf, err=<nil>
2024/02/22 11:21:42 DEBUG : Kasandra-Wylin-RN---Housing-Single-Animal-Approval_EID1471_OID2622279_2023_01_12.pdf: Attr:
2024/02/22 11:21:42 DEBUG : Kasandra-Wylin-RN---Housing-Single-Animal-Approval_EID1471_OID2622279_2023_01_12.pdf: >Attr: a=valid=1s ino=0 size=158094 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="MING CYP Thank You Letter.docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=MING CYP Thank You Letter.docx, err=<nil>
2024/02/22 11:21:42 DEBUG : MING CYP Thank You Letter.docx: Attr:
2024/02/22 11:21:42 DEBUG : MING CYP Thank You Letter.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="MING CYP Thank You Letter.pdf"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=MING CYP Thank You Letter.pdf, err=<nil>
2024/02/22 11:21:42 DEBUG : MING CYP Thank You Letter.pdf: Attr:
2024/02/22 11:21:42 DEBUG : MING CYP Thank You Letter.pdf: >Attr: a=valid=1s ino=0 size=261362 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Movies"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Movies/, err=<nil>
2024/02/22 11:21:42 DEBUG : Movies/: Attr:
2024/02/22 11:21:42 DEBUG : Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="PXL_20210126_155316394.png"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=PXL_20210126_155316394.png, err=<nil>
2024/02/22 11:21:42 DEBUG : PXL_20210126_155316394.png: Attr:
2024/02/22 11:21:42 DEBUG : PXL_20210126_155316394.png: >Attr: a=valid=1s ino=0 size=67429 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Pay/Expenses 2022.xlsx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Pay/Expenses 2022.xlsx, err=<nil>
2024/02/22 11:21:42 DEBUG : Pay/Expenses 2022.xlsx: Attr:
2024/02/22 11:21:42 DEBUG : Pay/Expenses 2022.xlsx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Pay/Expenses 2023.xlsx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Pay/Expenses 2023.xlsx, err=<nil>
2024/02/22 11:21:42 DEBUG : Pay/Expenses 2023.xlsx: Attr:
2024/02/22 11:21:42 DEBUG : Pay/Expenses 2023.xlsx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Resignation.docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Resignation.docx, err=<nil>
2024/02/22 11:21:42 DEBUG : Resignation.docx: Attr:
2024/02/22 11:21:42 DEBUG : Resignation.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Shows"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Shows/, err=<nil>
2024/02/22 11:21:42 DEBUG : Shows/: Attr:
2024/02/22 11:21:42 DEBUG : Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Temp Theory.pptx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Temp Theory.pptx, err=<nil>
2024/02/22 11:21:42 DEBUG : Temp Theory.pptx: Attr:
2024/02/22 11:21:42 DEBUG : Temp Theory.pptx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="ThePartyBarn.Party LAN Static IPs.xlsx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=ThePartyBarn.Party LAN Static IPs.xlsx, err=<nil>
2024/02/22 11:21:42 DEBUG : ThePartyBarn.Party LAN Static IPs.xlsx: Attr:
2024/02/22 11:21:42 DEBUG : ThePartyBarn.Party LAN Static IPs.xlsx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Tim....docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Tim....docx, err=<nil>
2024/02/22 11:21:42 DEBUG : Tim....docx: Attr:
2024/02/22 11:21:42 DEBUG : Tim....docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Token.txt.aes"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Token.txt.aes, err=<nil>
2024/02/22 11:21:42 DEBUG : Token.txt.aes: Attr:
2024/02/22 11:21:42 DEBUG : Token.txt.aes: >Attr: a=valid=1s ino=0 size=466 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Untitled document.docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Untitled document.docx, err=<nil>
2024/02/22 11:21:42 DEBUG : Untitled document.docx: Attr:
2024/02/22 11:21:42 DEBUG : Untitled document.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="Usenet Server Logins.docx"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=Usenet Server Logins.docx, err=<nil>
2024/02/22 11:21:42 DEBUG : Usenet Server Logins.docx: Attr:
2024/02/22 11:21:42 DEBUG : Usenet Server Logins.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Lookup: name="bitwarden_export_20230411134145.json.aes"
2024/02/22 11:21:42 DEBUG : /: >Lookup: node=bitwarden_export_20230411134145.json.aes, err=<nil>
2024/02/22 11:21:42 DEBUG : bitwarden_export_20230411134145.json.aes: Attr:
2024/02/22 11:21:42 DEBUG : bitwarden_export_20230411134145.json.aes: >Attr: a=valid=1s ino=0 size=75346 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:42 DEBUG : /: Attr:
2024/02/22 11:21:42 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:42 DEBUG : /: ReadDirAll:
2024/02/22 11:21:42 DEBUG : /: >ReadDirAll: item=27, err=<nil>
2024/02/22 11:21:43 DEBUG : /: Attr:
2024/02/22 11:21:43 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:48 DEBUG : /: Attr:
2024/02/22 11:21:48 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:53 DEBUG : /: Attr:
2024/02/22 11:21:53 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:54 DEBUG : /: Lookup: name="Capture.PNG"
2024/02/22 11:21:54 DEBUG : /: >Lookup: node=Capture.PNG, err=<nil>
2024/02/22 11:21:54 DEBUG : Capture.PNG: Attr:
2024/02/22 11:21:54 DEBUG : Capture.PNG: >Attr: a=valid=1s ino=0 size=15062 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:54 DEBUG : /: Lookup: name="Capture (1).PNG"
2024/02/22 11:21:54 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/02/22 11:21:54 DEBUG : /: Lookup: name="Capture (1).PNG"
2024/02/22 11:21:54 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/02/22 11:21:54 DEBUG : /: Lookup: name="Capture (1).PNG"
2024/02/22 11:21:54 DEBUG : /: >Lookup: node=<nil>, err=no such file or directory
2024/02/22 11:21:54 DEBUG : /: Create: name="Capture (1).PNG"
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Open: flags=O_WRONLY|O_CREATE|O_TRUNC
2024/02/22 11:21:54 DEBUG : : Added virtual directory entry vAddFile: "Capture (1).PNG"
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Open: fd=Capture (1).PNG (w), err=<nil>
2024/02/22 11:21:54 DEBUG : /: >Create: node=Capture (1).PNG, handle=&{Capture (1).PNG (w)}, err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Attr:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:54 DEBUG : &{Capture (1).PNG (w)}: Flush:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: WriteFileHandle.Flush unwritten handle, writing 0 bytes to avoid race conditions
2024/02/22 11:21:54 DEBUG : : Added virtual directory entry vAddFile: "Capture (1).PNG"
2024/02/22 11:21:54 DEBUG : &{Capture (1).PNG (w)}: >Flush: err=<nil>
2024/02/22 11:21:54 DEBUG : &{Capture (1).PNG (w)}: Release:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: WriteFileHandle.Release closing
2024/02/22 11:21:54 DEBUG : Google drive root '': File to upload is small (0 bytes), uploading instead of streaming
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Setattr: a=Setattr [ID=0x6a Node=0x1b Uid=0 Gid=0 Pid=11373] atime=2024-02-22 11:21:54.362768416 -0500 EST atime=now mtime=2024-02-22 11:21:54.362768416 -0500 EST mtime=now handle=INVALID-0x0
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Setattr: err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Attr:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Attr:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Setattr: a=Setattr [ID=0x6e Node=0x1b Uid=0 Gid=0 Pid=11373] gid=100 handle=INVALID-0x0
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Setattr: err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Attr:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Attr:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Setattr: a=Setattr [ID=0x72 Node=0x1b Uid=0 Gid=0 Pid=11373] uid=99 handle=INVALID-0x0
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Setattr: err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Attr:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Setattr: a=Setattr [ID=0x74 Node=0x1b Uid=0 Gid=0 Pid=11373] mode=-rw-rw-rw- handle=INVALID-0x0
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Setattr: err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Attr:
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Open: flags=OpenWriteOnly+OpenAppend
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: Open: flags=O_WRONLY|O_APPEND
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Open: fd=Capture (1).PNG (w), err=<nil>
2024/02/22 11:21:54 DEBUG : Capture (1).PNG: >Open: fh=&{Capture (1).PNG (w)}, err=<nil>
2024/02/22 11:21:54 DEBUG : &{Capture (1).PNG (w)}: Write: len=15062, offset=0
2024/02/22 11:21:54 DEBUG : : Added virtual directory entry vAddFile: "Capture (1).PNG"
2024/02/22 11:21:54 DEBUG : &{Capture (1).PNG (w)}: >Write: written=15062, err=<nil>
2024/02/22 11:21:54 DEBUG : &{Capture (1).PNG (w)}: Flush:
2024/02/22 11:21:54 DEBUG : Google drive root '': File to upload is small (15062 bytes), uploading instead of streaming
2024/02/22 11:21:55 DEBUG : Capture (1).PNG: md5 = d41d8cd98f00b204e9800998ecf8427e OK
2024/02/22 11:21:55 INFO : Capture (1).PNG: Copied (new)
2024/02/22 11:21:55 DEBUG : Capture (1).PNG: Not setting pending mod time 2024-02-22 11:21:54.362768416 -0500 EST as it is already set
2024/02/22 11:21:55 DEBUG : : Added virtual directory entry vAddFile: "Capture (1).PNG"
2024/02/22 11:21:55 DEBUG : &{Capture (1).PNG (w)}: >Release: err=<nil>
2024/02/22 11:21:55 DEBUG : Capture (1).PNG: md5 = 255eea90cb10d031babdaa1155d3b783 OK
2024/02/22 11:21:55 INFO : Capture (1).PNG: Copied (new)
2024/02/22 11:21:55 DEBUG : : Added virtual directory entry vAddFile: "Capture (1).PNG"
2024/02/22 11:21:55 DEBUG : &{Capture (1).PNG (w)}: >Flush: err=<nil>
2024/02/22 11:21:55 DEBUG : &{Capture (1).PNG (w)}: Release:
2024/02/22 11:21:55 DEBUG : Capture (1).PNG: WriteFileHandle.Release nothing to do
2024/02/22 11:21:55 DEBUG : &{Capture (1).PNG (w)}: >Release: err=<nil>
2024/02/22 11:21:55 DEBUG : /: Attr:
2024/02/22 11:21:55 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:55 DEBUG : /: ReadDirAll:
2024/02/22 11:21:55 DEBUG : /: >ReadDirAll: item=28, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Backup"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Backup/, err=<nil>
2024/02/22 11:21:55 DEBUG : Backup/: Attr:
2024/02/22 11:21:55 DEBUG : Backup/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Best Man Speech.docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Best Man Speech.docx, err=<nil>
2024/02/22 11:21:55 DEBUG : Best Man Speech.docx: Attr:
2024/02/22 11:21:55 DEBUG : Best Man Speech.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : Capture (1).PNG: Attr:
2024/02/22 11:21:55 DEBUG : Capture (1).PNG: >Attr: a=valid=1s ino=0 size=15062 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Capture.PNG"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Capture.PNG, err=<nil>
2024/02/22 11:21:55 DEBUG : Capture.PNG: Attr:
2024/02/22 11:21:55 DEBUG : Capture.PNG: >Attr: a=valid=1s ino=0 size=15062 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Client Cert CL"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Client Cert CL/, err=<nil>
2024/02/22 11:21:55 DEBUG : Client Cert CL/: Attr:
2024/02/22 11:21:55 DEBUG : Client Cert CL/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Cover Letter.docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Cover Letter.docx, err=<nil>
2024/02/22 11:21:55 DEBUG : Cover Letter.docx: Attr:
2024/02/22 11:21:55 DEBUG : Cover Letter.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Emie-Signature.png"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Emie-Signature.png, err=<nil>
2024/02/22 11:21:55 DEBUG : Emie-Signature.png: Attr:
2024/02/22 11:21:55 DEBUG : Emie-Signature.png: >Attr: a=valid=1s ino=0 size=30266 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Gaming Laptops.docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Gaming Laptops.docx, err=<nil>
2024/02/22 11:21:55 DEBUG : Gaming Laptops.docx: Attr:
2024/02/22 11:21:55 DEBUG : Gaming Laptops.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Hunter Insurance.pdf"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Hunter Insurance.pdf, err=<nil>
2024/02/22 11:21:55 DEBUG : Hunter Insurance.pdf: Attr:
2024/02/22 11:21:55 DEBUG : Hunter Insurance.pdf: >Attr: a=valid=1s ino=0 size=56369 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="IPTV Logins.docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=IPTV Logins.docx, err=<nil>
2024/02/22 11:21:55 DEBUG : IPTV Logins.docx: Attr:
2024/02/22 11:21:55 DEBUG : IPTV Logins.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Kasandra-Wylin-RN---Housing-Single-Animal-Approval_EID1471_OID2622279_2023_01_12.pdf"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Kasandra-Wylin-RN---Housing-Single-Animal-Approval_EID1471_OID2622279_2023_01_12.pdf, err=<nil>
2024/02/22 11:21:55 DEBUG : Kasandra-Wylin-RN---Housing-Single-Animal-Approval_EID1471_OID2622279_2023_01_12.pdf: Attr:
2024/02/22 11:21:55 DEBUG : Kasandra-Wylin-RN---Housing-Single-Animal-Approval_EID1471_OID2622279_2023_01_12.pdf: >Attr: a=valid=1s ino=0 size=158094 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="MING CYP Thank You Letter.docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=MING CYP Thank You Letter.docx, err=<nil>
2024/02/22 11:21:55 DEBUG : MING CYP Thank You Letter.docx: Attr:
2024/02/22 11:21:55 DEBUG : MING CYP Thank You Letter.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="MING CYP Thank You Letter.pdf"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=MING CYP Thank You Letter.pdf, err=<nil>
2024/02/22 11:21:55 DEBUG : MING CYP Thank You Letter.pdf: Attr:
2024/02/22 11:21:55 DEBUG : MING CYP Thank You Letter.pdf: >Attr: a=valid=1s ino=0 size=261362 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Movies"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Movies/, err=<nil>
2024/02/22 11:21:55 DEBUG : Movies/: Attr:
2024/02/22 11:21:55 DEBUG : Movies/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="PXL_20210126_155316394.png"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=PXL_20210126_155316394.png, err=<nil>
2024/02/22 11:21:55 DEBUG : PXL_20210126_155316394.png: Attr:
2024/02/22 11:21:55 DEBUG : PXL_20210126_155316394.png: >Attr: a=valid=1s ino=0 size=67429 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Pay/Expenses 2022.xlsx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Pay/Expenses 2022.xlsx, err=<nil>
2024/02/22 11:21:55 DEBUG : Pay/Expenses 2022.xlsx: Attr:
2024/02/22 11:21:55 DEBUG : Pay/Expenses 2022.xlsx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Pay/Expenses 2023.xlsx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Pay/Expenses 2023.xlsx, err=<nil>
2024/02/22 11:21:55 DEBUG : Pay/Expenses 2023.xlsx: Attr:
2024/02/22 11:21:55 DEBUG : Pay/Expenses 2023.xlsx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Resignation.docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Resignation.docx, err=<nil>
2024/02/22 11:21:55 DEBUG : Resignation.docx: Attr:
2024/02/22 11:21:55 DEBUG : Resignation.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Shows"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Shows/, err=<nil>
2024/02/22 11:21:55 DEBUG : Shows/: Attr:
2024/02/22 11:21:55 DEBUG : Shows/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Temp Theory.pptx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Temp Theory.pptx, err=<nil>
2024/02/22 11:21:55 DEBUG : Temp Theory.pptx: Attr:
2024/02/22 11:21:55 DEBUG : Temp Theory.pptx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="ThePartyBarn.Party LAN Static IPs.xlsx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=ThePartyBarn.Party LAN Static IPs.xlsx, err=<nil>
2024/02/22 11:21:55 DEBUG : ThePartyBarn.Party LAN Static IPs.xlsx: Attr:
2024/02/22 11:21:55 DEBUG : ThePartyBarn.Party LAN Static IPs.xlsx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Tim....docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Tim....docx, err=<nil>
2024/02/22 11:21:55 DEBUG : Tim....docx: Attr:
2024/02/22 11:21:55 DEBUG : Tim....docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Token.txt.aes"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Token.txt.aes, err=<nil>
2024/02/22 11:21:55 DEBUG : Token.txt.aes: Attr:
2024/02/22 11:21:55 DEBUG : Token.txt.aes: >Attr: a=valid=1s ino=0 size=466 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Untitled document.docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Untitled document.docx, err=<nil>
2024/02/22 11:21:55 DEBUG : Untitled document.docx: Attr:
2024/02/22 11:21:55 DEBUG : Untitled document.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="Usenet Server Logins.docx"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=Usenet Server Logins.docx, err=<nil>
2024/02/22 11:21:55 DEBUG : Usenet Server Logins.docx: Attr:
2024/02/22 11:21:55 DEBUG : Usenet Server Logins.docx: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Lookup: name="bitwarden_export_20230411134145.json.aes"
2024/02/22 11:21:55 DEBUG : /: >Lookup: node=bitwarden_export_20230411134145.json.aes, err=<nil>
2024/02/22 11:21:55 DEBUG : bitwarden_export_20230411134145.json.aes: Attr:
2024/02/22 11:21:55 DEBUG : bitwarden_export_20230411134145.json.aes: >Attr: a=valid=1s ino=0 size=75346 mode=-rw-r--r--, err=<nil>
2024/02/22 11:21:55 DEBUG : /: Attr:
2024/02/22 11:21:55 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
2024/02/22 11:21:55 DEBUG : /: ReadDirAll:
2024/02/22 11:21:55 DEBUG : /: >ReadDirAll: item=28, err=<nil>
2024/02/22 11:21:59 DEBUG : /: Attr:
2024/02/22 11:21:59 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=<nil>
^C2024/02/22 11:22:03 INFO : Signal received: interrupt
2024/02/22 11:22:03 ERROR : /mnt/user/Cloud/googledrive/: Unmounted rclone mount
2024/02/22 11:22:03 INFO : Exiting...
It is happening on both "GoogleDrive" and "GoogleWorkspace".
If this has already been discussed please let me know, I did my best to search the forum and other Github to find my issue. Maybe I didn't look hard enough.
It also might be relevant that the RClone Mount is being mounted to a ZFS drive.