Rclone selective sync to unraid

What is the problem you are having with rclone?

I have rclone Mounted on my unraid and would like to sync selective files from cloud account to my unriad server not the everything is i don't have the space to store them locally.

How can i do this in easy way Preferably with a GUI?

thank you

Run the command 'rclone version' and share the full output of the command.

rclone v1.57.0

  • os/version: slackware 14.2+ (64 bit)
  • os/kernel: 5.10.28-Unraid (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.17.2
  • go/linking: static
  • go/tags: none

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

Google Drive

hi,

if you are using rclone mount, then rclone itself is not syncing.
that is done by an app and so that app would control what is synced and what is not synced.

as the mount appears as local storage, you should be able to use any GUI app.

I did use Syncthing but the performance was not very good.
I was wondering if there is a better way even without mounting the drive?

do you think nextcloud would work?

when you posted, there was a template of question, most of which you did not answer???

without those answers, not possible to share good advice.

i answered the question in the template but some questions I didn't think were relevant to my problem.

i have pasted the required questions to be answered.
if you choose not to answer all of them, i will drop off, let another rcloner help you.


BY DELETING THIS COMMENT, I AM CONFIRMING I HAVE READ THIS AND WILL USE THE TEMPLATE BELOW FOR MY POST.

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS:
Please show the effort you've put in to solving the problem and please be specific -- people are volunteering their time to help you! Low effort posts are not likely to get good answers! DO NOT REDACT any information except passwords/keys/personal info. You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/

What is the problem you are having with rclone?

Run the command 'rclone version' and share the full output of the command.

STOP and READ:
Do not type in "Latest".
Do not just type in a version number. Run the command and share the full output.

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here

The rclone config contents with secrets removed.

Paste config here

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount gsuite: /mnt/user/Gsuite --allow-other --vfs-cache-mode writes

The rclone config contents with secrets removed.

[gsuite]
type = drive
client_id = *********************************
client_secret = ********************************
scope = drive
token = **************************
root_folder_id = ***********************

  • you did not post the output of rclone version, make sure to use latest stable v1.57.0

  • [quote="mfmaa03, post:3, topic:28464"]
    I was wondering if there is a better way even without mounting the drive?
    [/quote]
    rclone copy/sync and (--exclude or --exclude-from)

gdrive has a lot of throttling, transfers limited to approx. two files per second.

without details about the implementation, no way to answer

this is the rclone version

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