Transfer Files Between Cloud Providers with Rclone

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024

Комментарии • 26

  • @magikern_1k
    @magikern_1k 2 месяца назад

    Thank you for saving tons of time researching this particular issue.

  • @Rui3144
    @Rui3144 6 месяцев назад

    Man you saved my life last week. I had 10 TB of files to transfer between Box drive and Google drive, you tutorial did the trick and was more fast that i thought it would be. Thank you so much!

    • @FastWebCreations
      @FastWebCreations 4 месяца назад +1

      How long did 10TB take to move?

    • @Rui3144
      @Rui3144 4 месяца назад

      @@FastWebCreations Hello it took around 12 days using 1 GBps network and with the rate limited of google drive.

  • @saturday92
    @saturday92 2 года назад +1

    Hey there. I use this has my command to transfer:
    screen rclone copy -P --transfers 5 --fast-list --max-backlog=999999 --drive-chunk-size=512M /source/ googledrive:Movies/ &
    Can you had to overwrite without permission and without erasing source files?
    Thanks for the help

  • @ChanseArrington
    @ChanseArrington 2 года назад

    This video helped me a ton. Thank you!

  • @RandyNLA
    @RandyNLA 2 года назад

    "Free Ubuntu virtual machine". I assume that's with some provider in the cloud? Can you share which provider it's with and its configuration? ie.RAM/CPUconfig/Hd or SSD and the transfer bandwidth allowed per month? I had setup a MultCloud account for backing up multiple cloud accounts to my Backblaze B2 buckets but they weren't very reliable and their error logs were an absolute mess! I cancelled my MultCloud account and am now looking for a virtual server like your free Ubuntu w/Rclone setup to take the place of MultCloud.

  • @SeppoWalther
    @SeppoWalther 2 года назад +1

    Hey there!
    First of all, thank you for this great video.
    The files that are being transferred are transferred directly from cloud to cloud, and not down- und uploaded locally right?
    Because then, it would be possible, if you have large amounts of data, to let this process run on AWS, so it can run day and night, no matter what is going on with your local machine.

    • @theD600cc
      @theD600cc 2 года назад

      Hi, since Charles did not reply to your question, the answer to your question is no. Its not server sided cloud to cloud. The rclone process is downloaded on your system and then uploaded to cloud. I can confirm this via my Task Manager activity which saturates my upload and download speed.

    • @sidhant_khamankar
      @sidhant_khamankar Год назад

      @@theD600cc there is server side copy option in config

  • @jayeshpatel1914
    @jayeshpatel1914 2 года назад

    How did you install Rclone Browser ?
    Can you please make a video on it or provide link for installation ?

  • @leodsouza5272
    @leodsouza5272 Год назад

    I am trying to exclude .mkv files seems like not working Could you advise how to proceed

  • @ryanslater2772
    @ryanslater2772 Год назад

    can you copy a shared box directory to shared google drive directory ?

  • @endeganiley5712
    @endeganiley5712 2 года назад

    how can we access MSWEP precipitation data using rclone?

  • @angryindian47
    @angryindian47 9 месяцев назад

    What will be the transfer speed?

  • @rdb1
    @rdb1 2 года назад

    Can you use server side copy with Google Drive and Dropbox?

  • @crc_code
    @crc_code 10 месяцев назад

    Great 👍.. thanks

  • @JA-qp1vv
    @JA-qp1vv Год назад

    thank you, how do i install rclone browser for windows

  • @DeutschlandKanal
    @DeutschlandKanal 10 месяцев назад

    12:50 thank you for your video. now I can quit that shitty dropbox and enjoy google apps and drive.

  • @robbanks6560
    @robbanks6560 2 года назад

    Does this only work with google drive and dropbox?

    • @CharlesJudd
      @CharlesJudd  2 года назад

      Rclone has a huge list of providers supported, so this works with many services. You can check out rclone.org for the complete list.

  • @ShiroUwUs
    @ShiroUwUs Год назад

    time for you to move it back to dropbox!

  • @matixjav
    @matixjav Год назад

    CAN I SEE SHARED FOLDERS?

  • @matixjav
    @matixjav Год назад

    WHAT IS THE TRANSFER SPEED?

  • @leodsouza5272
    @leodsouza5272 Год назад

    I tried the same step to find the contents on unbuntu i am getting error
    user@rapidseedbox:~$ rclone ls gdrive:_testingtransfer
    Failed to ls: directory not found

  • @ddljddlj704
    @ddljddlj704 Год назад

    Thanks for p