What is the problem you are having with rclone?
After running sync I get multiple errors of this kind
NOTICE: .DS_Store: Skipping undecryptable file name: illegal base32 data at input byte 0
I want to make completely sure how I can safely delete these macOS Finder .DS_Store files. I guess they’re an artifact from browsing the encrypted rclone destination with Finder.
The target of this specific backup does not currently have a second backup so I want to be completely sure no dataloss happens.
So, how can I be completely safe in deleting these specific .DS_Store files? I have my own ideas, but I do not wish to risk any dataloss or corruption from messing with potential indexes, directory structure or any such thing rclone might do on its own.
……………………………………………………………………
Run the command 'rclone version' and share the full output of the command.
rclone v1.72.1 (Windows)
Which cloud storage system are you using? (eg Google Drive)
Crypt remote to local NAS.
The command you were trying to run (eg rclone copy /tmp remote:tmp). -->
rclone sync e: encryptednasbackup: --bwlimit 100m -P --exclude="/System Volume Information/" --exclude "/$RECYCLE.BIN/**" --delete-after
A log from the command that you were trying to run with the -vv flag
Summary:
ERROR : Attempt 3/3 failed with 2 errors and: not deleting files as there were IO errors
and
NOTICE: Failed to sync with 2 errors: last error was: not deleting files as there were IO errors