What is the problem you are having with rclone?
I am unable to delete files in 1Fichier when it is mounted as a drive.
What is your rclone version (output from rclone version
)
1.57.0
Which cloud storage system are you using? (eg Google Drive)
1Fichier
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount crypt:/cryptcontent /home/lubuntu/1f --allow-other --cache-db-purge --poll-interval 10m --vfs-cache-mode full
The rclone config contents with secrets removed.
[1fichier]
type = fichier
api_key = placeholder
[crypt]
type = crypt
remote = 1fichier:/cryptcontent
filename_encryption = standard
directory_name_encryption = true
password = placeholder
password2 = placeholder
A log from the command with the -vv
flag
(https://bin.snopyta.org/?e33d006fb6ce11e9#2uTFS53PTd4XANWBk7ZKYy8QSkvCBDKVc3LRA8FaL21M)
asdffdsa
(jojothehumanmonkey)
December 17, 2021, 8:28pm
2
hello and welcome to the forum
i clicked on that link and got
best to test using rclone delete
instead of rclone mount
based on your config file, --cache-db-purge
does nothing and can be removed.
asdffdsa
(jojothehumanmonkey)
December 17, 2021, 9:04pm
4
1fichier is not a polling remote, so you can remove --poll-interval 10m
package-lock.json
- looks like some in-use lock temp file.
and based on that debug log, looks like that file, was deleted by a local app, and as a result, rclone deleted it from its local cache.
so i guess i am not understanding the problem???
what was the filename of the file that you cannot delete?
It basically happens with all files when trying to delete something, I get the same error.
asdffdsa
(jojothehumanmonkey)
December 17, 2021, 9:46pm
6
perhaps try my suggestion?
take a file that you cannot delete with rclone mount
and try to delete it using rclone delete
post the entire debug log.
system
(system)
Closed
January 16, 2022, 9:46pm
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.