Send large file across mount point to OCI

What is the problem you are having with rclone?

Novice with rclone.
I need transfer 4tb of one file .vbk to oracle bucket, i tryed with rsync and cp copy the file to mount point. after some time the virtual machine freze, i note that (/) is with 100% of use.

Which cloud storage system are you using? (eg Google Drive)

Oracle archive bucket

what command i can use to do this work?

The rclone config contents with secrets removed.

i just install do RCLONE with apt install rclone

copy /mnt/NAS/fileX -> to -> /mnt/oci/bucket/

A log from the command with the -vv flag

Paste  log here

Could you try to follow template and fill in all data? It is not very clear from your post what exactly is the situation.

what command i can use to copy from local disk to a oracle mount point in my linux vm?
i try with CP but the VM freze and then i need do an reboot.

thanks for you help :smiley: sorry about few informations

you do not have to be sorry. Just provide all details.

I got so far that you installed rclone. What you did next?

hello and welcome to the forum,
i use veeam and also upload large .vbk.

i use rclone copy direct to cloud, without the overhead of rclone mount.
something like
rclone copy --immutable /mnt/NAS/fileX remote:

best to use latest rclone, v1.62.2
https://rclone.org/install/#script-installation

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.