Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Discuss
  3. Google Drive for Backup & as binded Local Storage

Google Drive for Backup & as binded Local Storage

Scheduled Pinned Locked Moved Solved Discuss
backupsgoogle drive
22 Posts 7 Posters 3.7k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • martinkbsM martinkbs

    @eddowding As @mdreira has already commented, you just have to mount the Google Drive you want to use in the system folder with rClone and the backup system will work without problems.

    Captura de pantalla 2021-12-13 a las 21.22.28.png

    Captura de pantalla 2021-12-13 a las 21.24.03.png

    robiR Offline
    robiR Offline
    robi
    wrote on last edited by
    #9

    @martinkbs Have you tried it with shared folders?

    Conscious tech

    martinkbsM 1 Reply Last reply
    0
    • robiR robi

      @martinkbs Have you tried it with shared folders?

      martinkbsM Offline
      martinkbsM Offline
      martinkbs
      wrote on last edited by
      #10

      @robi The screenshot of Drive that you see is a shared drive 😛

      E 1 Reply Last reply
      2
      • martinkbsM martinkbs

        @robi The screenshot of Drive that you see is a shared drive 😛

        E Offline
        E Offline
        eddowding
        wrote on last edited by
        #11

        @martinkbs a detailed how-to guide would be wonderful here, if you can help.

        I've mounted using rclone by following this guide: https://rclone.org/drive/

        But I'm not clear on then how to have cloudron see that as a volume. Specifically I'm not sure what to put in the New Volume form; or possibly I'm unclear how to properly mount a gdrive using rclone.

        60053e95-451a-472c-a3f4-23d433cc4d74-image.png

        1 Reply Last reply
        1
        • E Offline
          E Offline
          eddowding
          wrote on last edited by
          #12

          @martinkbs a detailed how-to guide would be wonderful here, if you can help.

          I've mounted using rclone by following this guide: https://rclone.org/drive/

          But I'm not clear on then how to have cloudron see that as a volume. Specifically I'm not sure what to put in the New Volume form; or possibly I'm unclear how to properly mount a gdrive using rclone.

          60053e95-451a-472c-a3f4-23d433cc4d74-image.png

          martinkbsM girishG 2 Replies Last reply
          0
          • E eddowding

            @martinkbs a detailed how-to guide would be wonderful here, if you can help.

            I've mounted using rclone by following this guide: https://rclone.org/drive/

            But I'm not clear on then how to have cloudron see that as a volume. Specifically I'm not sure what to put in the New Volume form; or possibly I'm unclear how to properly mount a gdrive using rclone.

            60053e95-451a-472c-a3f4-23d433cc4d74-image.png

            martinkbsM Offline
            martinkbsM Offline
            martinkbs
            wrote on last edited by
            #13

            @eddowding There are basically two steps:

            1. Create the link with rClone with the Drive you want to synchronize the files
            2. Mount that drive in a folder on your system so that Cloudron can view it. This is the step that you will surely miss. To do this you just have to run the following command:
            rclone mount NAME-UNIT:/ /mnt/backups --allow-other --delete-before
            

            After this step, if you do a ls on the folder //mnt/backups you should already see the files that are in the Drive unit, and therefore you can already link this folder from Cloudron to make the backups. The files in the //mnt/backups folder and the Drive are synced bi-directionally.

            If I have a gap this week, I will prepare a small guide with all the steps, because now that I remember, it is necessary to create a small bash and put it in the crontab so that everything continues to work when the server restarts ...

            E 1 Reply Last reply
            5
            • E eddowding

              @martinkbs a detailed how-to guide would be wonderful here, if you can help.

              I've mounted using rclone by following this guide: https://rclone.org/drive/

              But I'm not clear on then how to have cloudron see that as a volume. Specifically I'm not sure what to put in the New Volume form; or possibly I'm unclear how to properly mount a gdrive using rclone.

              60053e95-451a-472c-a3f4-23d433cc4d74-image.png

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #14

              @eddowding Looks like you are in the Volumes UI. I don't think this works like that.

              (Just my guess) @martinkbs has manually mounted the Google Drive via SSH and then configured it as the backup destination in Backups -> Configure .

              martinkbsM 1 Reply Last reply
              2
              • girishG girish

                @eddowding Looks like you are in the Volumes UI. I don't think this works like that.

                (Just my guess) @martinkbs has manually mounted the Google Drive via SSH and then configured it as the backup destination in Backups -> Configure .

                martinkbsM Offline
                martinkbsM Offline
                martinkbs
                wrote on last edited by martinkbs
                #15

                You are right @girish. The screenshot of @eddowding is the volume interface.

                The Configure Backup Storage looks like this:

                98857a15-c7d7-44f8-af92-a93abce758b4-image.png

                Although this same procedure is also compatible with Volumes and can be used in applications such as Navidrome, etc.

                root@xxxxxxxxx:~# rclone config
                Current remotes:
                
                Name                 Type
                ====                 ====
                GDRIVE-MUSIC         drive
                
                e) Edit existing remote
                n) New remote
                d) Delete remote
                r) Rename remote
                c) Copy remote
                s) Set configuration password
                q) Quit config
                e/n/d/r/c/s/q>
                

                !/bin/bash
                /usr/bin/rclone mount GDRIVE-MUSIC:/ /mnt/media/music --allow-other
                

                0d7b37d9-d636-4dd2-aa12-27f28d4f0876-image.png

                Captura de pantalla 2021-12-15 a las 20.08.11.png

                It will also have to be included in the guide... 😛

                PS: GDRIVE-MUSIC is a shared drive @robi 😉

                1 Reply Last reply
                4
                • martinkbsM martinkbs

                  @eddowding There are basically two steps:

                  1. Create the link with rClone with the Drive you want to synchronize the files
                  2. Mount that drive in a folder on your system so that Cloudron can view it. This is the step that you will surely miss. To do this you just have to run the following command:
                  rclone mount NAME-UNIT:/ /mnt/backups --allow-other --delete-before
                  

                  After this step, if you do a ls on the folder //mnt/backups you should already see the files that are in the Drive unit, and therefore you can already link this folder from Cloudron to make the backups. The files in the //mnt/backups folder and the Drive are synced bi-directionally.

                  If I have a gap this week, I will prepare a small guide with all the steps, because now that I remember, it is necessary to create a small bash and put it in the crontab so that everything continues to work when the server restarts ...

                  E Offline
                  E Offline
                  eddowding
                  wrote on last edited by
                  #16

                  Hmm I had another crack at this, but after I try to mount the drive from the rclone command line, it sits there for ages and does not complete. 😞

                  I tried mounting and it seems to work (gets a green light) but then a backup errors.

                  
                    "taskId": "2441",
                    "errorMessage": "Unable to chown:ENOENT: no such file or directory, chown '/mnt/backups/snapshot/app_21c3ed5d-24b5-46a7-afd9-874c5e23e2c8.tar.gz'",
                    "timedOut": false,
                    "backupId": null
                  

                  All tips / ideas appreciated.

                  1 Reply Last reply
                  0
                  • E Offline
                    E Offline
                    eddowding
                    wrote on last edited by
                    #17

                    One of my mistakes was not leaving the rclone mount command "open". I was expecting it to complete and return a prompt.

                    Now it's mounted and had a good crack at backing up, but ultimately came back with "copy exited with code 1 signal null"

                    E 1 Reply Last reply
                    0
                    • E eddowding

                      One of my mistakes was not leaving the rclone mount command "open". I was expecting it to complete and return a prompt.

                      Now it's mounted and had a good crack at backing up, but ultimately came back with "copy exited with code 1 signal null"

                      E Offline
                      E Offline
                      eddowding
                      wrote on last edited by
                      #18

                      see https://forum.cloudron.io/topic/4753/backup-error-copy-exited-with-code-1-signal-null/9

                      girishG 1 Reply Last reply
                      0
                      • E eddowding

                        see https://forum.cloudron.io/topic/4753/backup-error-copy-exited-with-code-1-signal-null/9

                        girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #19

                        @eddowding can you try disabling hard links (the "Use hardlinks" checkbox in the backup configure UI) ? I am guessing hard links are not possible when using this mounted storage. cp tries to use hardlinks when that option is checked.

                        E 1 Reply Last reply
                        0
                        • girishG girish

                          @eddowding can you try disabling hard links (the "Use hardlinks" checkbox in the backup configure UI) ? I am guessing hard links are not possible when using this mounted storage. cp tries to use hardlinks when that option is checked.

                          E Offline
                          E Offline
                          eddowding
                          wrote on last edited by
                          #20

                          @girish Thanks - good tip. I tried it but this time...

                          So.. who knows?!

                          Unable to chown:ENOENT: no such file or directory, chown '/mnt/backups/cloudron/snapshot/app_21c3ed5d-24b5-46a7-afd9-874c5e23e2c8.tar.gz'

                          1 Reply Last reply
                          0
                          • B Offline
                            B Offline
                            bss_
                            wrote on last edited by
                            #21

                            I am also struggling with drive issue. I had stored some data, my space got filled but data is not there.

                            girishG 1 Reply Last reply
                            0
                            • B bss_

                              I am also struggling with drive issue. I had stored some data, my space got filled but data is not there.

                              girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #22

                              I have made chown configurable for "mountpoint" provider in 7.1

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Bookmarks
                              • Search