What is the problem you are having with rclone?
When I mount a folder with rclone using podman it seems to work, I do not get any error, but the mounted folder stays empty.
Run the command 'rclone version' and share the full output of the command.
Container:
rclone v1.63.1
- os/version: alpine 3.18.2 (64 bit)
- os/kernel: 6.4.9-1-default (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.6
- go/linking: static
- go/tags: none
OS:
OpenSuse Aeon
Which cloud storage system are you using? (eg Google Drive)
pCloud
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
podman run --rm --volume ~/.config/rclone:/config/rclone --volume ~/pCloud:/data:shared --user $(id -u):$(id -g) --volume /etc/passwd:/etc/passwd:ro --volume /etc/group:/etc/group:ro --device /dev/fuse --cap-add SYS_ADMIN --security-opt apparmor:unconfined rclone/rclone mount --allow-non-empty -vv pCloudAlbi: /data
The rclone config contents with secrets removed.
[pCloudAlbi]
type = pcloud
hostname = eapi.pcloud.com
token = {"access_token":"***REDACTED***"}
A log from the command with the -vv
flag
2023/08/13 21:28:38 DEBUG : rclone: Version "v1.63.1" starting with parameters ["rclone" "mount" "--allow-non-empty" "-vv" "pCloudAlbi:" "/data"]
2023/08/13 21:28:38 DEBUG : Creating backend with remote "pCloudAlbi:"
2023/08/13 21:28:38 DEBUG : Using config file from "/config/rclone/rclone.conf"
2023/08/13 21:28:38 INFO : pcloud root '': poll-interval is not supported by this remote
2023/08/13 21:28:38 NOTICE: pcloud root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
2023/08/13 21:28:38 DEBUG : pcloud root '': Mounting on "/data"
2023/08/13 21:28:38 DEBUG : : Root:
2023/08/13 21:28:38 DEBUG : : >Root: node=/, err=<nil>
I am very new to Linux so please be a bit patient with me