workermaster Posted October 13, 2022 Share Posted October 13, 2022 On 11/6/2018 at 1:44 PM, DZMM said: Getting Started Install the rclone plugin and via command line run rclone config and create 2 remotes: gdrive: - a drive remote that connects to your gdrive account. Recommend creating your own client_id gdrive_media_vfs: - a crypt remote that is mounted locally and decrypts the encrypted files uploaded to gdrive: I am going to create the mounts again, since my last ones were a bit weird. I have just one question (for now), you mention that we need 2 mounts. You have given them both a name here, but in the scripts you call the mount "gdrive_vfs". Is this correct? Should the name of the mount in the script not be the name of the crypt remote if you want all the data going to to gdrive to be encrypted? Quote Link to comment
Kaizac Posted October 13, 2022 Share Posted October 13, 2022 4 hours ago, deniax said: How/where would one suggest to have the (local) mounts, looking at Trash's guides? To keep hardlinks active across all arrs and downloaders, I should not use the default /user/local/gdrive_media_vfs/ , correct? Trash's hardlink folder guide: data ├── torrents │ ├── movies │ ├── music │ └── tv ├── usenet │ ├── movies │ ├── music │ └── tv └── media ├── movies ├── music └── tv You have to create /user pointing to /mnt/user/mount_mergerfs/gdrive_vfs or whatever naming scheme you use within your docker templates. Then within the dockers itself you have to start all your directories/folders from /user/. For example /user/media/movies. This way all dockers will look at it like it's one drive and thus have the fast performance. 1 Quote Link to comment
Kaizac Posted October 13, 2022 Share Posted October 13, 2022 2 hours ago, workermaster said: I am going to create the mounts again, since my last ones were a bit weird. I have just one question (for now), you mention that we need 2 mounts. You have given them both a name here, but in the scripts you call the mount "gdrive_vfs". Is this correct? Should the name of the mount in the script not be the name of the crypt remote if you want all the data going to to gdrive to be encrypted? You can have a different folder name from the remote name, they don't have to be identical. So you just need to create a google drive remote like you did. Then link a crypt remote to it. Like googleworkspace and googleworkspace_crypt. And then you can mount it to folder /mnt/user/mount_mergerfs/gdrive, or whatever name you like. I've explained in one of my recent posts how you should look at the mount script and what you need to put in the variables. Quote Link to comment
workermaster Posted October 13, 2022 Share Posted October 13, 2022 18 minutes ago, Kaizac said: You can have a different folder name from the remote name, they don't have to be identical. So you just need to create a google drive remote like you did. Then link a crypt remote to it. Like googleworkspace and googleworkspace_crypt. And then you can mount it to folder /mnt/user/mount_mergerfs/gdrive, or whatever name you like. I've explained in one of my recent posts how you should look at the mount script and what you need to put in the variables. I suspected that names could be changed, but am not that confident that I got it right. These are the 2 remotes I have made: This is the mount script: Could you please tell me if this is setup correctly? I have now tried to keep the names of mounts and folders the same as the default mount script and first post in this thread. Can I safely start the mount script now? Quote Link to comment
Kaizac Posted October 13, 2022 Share Posted October 13, 2022 6 minutes ago, workermaster said: I suspected that names could be changed, but am not that confident that I got it right. These are the 2 remotes I have made: This is the mount script: Could you please tell me if this is setup correctly? I have now tried to keep the names of mounts and folders the same as the default mount script and first post in this thread. Can I safely start the mount script now? Rename your crypt to gdrive_vfs through rclone config and you're good to go. 1 Quote Link to comment
deniax Posted October 13, 2022 Share Posted October 13, 2022 Probably I am overlooking something very simple, but for some reason, my Google Drive contents are now showing up in my mount. In the attached logs, I see all mounts are mounted successfully I already feel kinda guilty as probably its something simple log.txt Quote Link to comment
Kaizac Posted October 13, 2022 Share Posted October 13, 2022 4 minutes ago, deniax said: Probably I am overlooking something very simple, but for some reason, my Google Drive contents are now showing up in my mount. In the attached logs, I see all mounts are mounted successfully I already feel kinda guilty as probably its something simple log.txt 56.16 kB · 0 downloads I don't know what you mounted and what you mean with Google drive contents not showing up? If you're mounting your crypt you will only see files in the specific team drive and the Crypt folder within that team drive. Quote Link to comment
workermaster Posted October 13, 2022 Share Posted October 13, 2022 1 hour ago, Kaizac said: Rename your crypt to gdrive_vfs through rclone config and you're good to go. I renamed the mount and both the mount and upload script are running. I have read the first post again but am still a little bit confused about the new folders that have been made. I now want to create the folder structure on the gdrive. Something like this: Media - Movies - TV - Documentaries etc. I also want to start uploading the media currently on my local server to Gdrive. I am confused about what folder I need to use for uploading the data and how he data gets uploaded to the correct folder. If I am reading the mount and upload script right, then the LocalFilesShare is where I need to place the files that are uploaded by the upload script. A local folder has been created on the server and it contains this folder: But that same folder also exists in the mergerfs folder: The rclone_mount is empty Basically, how do I upload my TV files to the TV folder in gdrive? Quote Link to comment
DZMM Posted October 13, 2022 Author Share Posted October 13, 2022 1 hour ago, workermaster said: I renamed the mount and both the mount and upload script are running. I have read the first post again but am still a little bit confused about the new folders that have been made. I now want to create the folder structure on the gdrive. Something like this: Media - Movies - TV - Documentaries etc. I also want to start uploading the media currently on my local server to Gdrive. I am confused about what folder I need to use for uploading the data and how he data gets uploaded to the correct folder. If I am reading the mount and upload script right, then the LocalFilesShare is where I need to place the files that are uploaded by the upload script. A local folder has been created on the server and it contains this folder: But that same folder also exists in the mergerfs folder: The rclone_mount is empty Basically, how do I upload my TV files to the TV folder in gdrive? Don't worry everything is correct. The mergerfs folder merges the contents of the local and rclone mount into one folder. This is the folder you add to Plex i.e. Plex doesn't know (or care) if the actual file is local or in the cloud. Your rclone_mount folder is empty, because you haven't moved or uploaded any files to the cloud yet - you do this with the upload script. Once you do, files will move from the local folder to rclone_mount. But, because mergerfs merges files from both locations, to Plex, radarr, sonarrr etc the file hasn't moved i.e. is still visible in the mergerfs folder. In summary, just ignore the local and rclone_mount folder in normal day-2-day usage, just look at the mergerfs folder, and let the upload script do its thing in the background. Quote Link to comment
workermaster Posted October 14, 2022 Share Posted October 14, 2022 (edited) 14 hours ago, DZMM said: Don't worry everything is correct. The mergerfs folder merges the contents of the local and rclone mount into one folder. This is the folder you add to Plex i.e. Plex doesn't know (or care) if the actual file is local or in the cloud. Your rclone_mount folder is empty, because you haven't moved or uploaded any files to the cloud yet - you do this with the upload script. Once you do, files will move from the local folder to rclone_mount. But, because mergerfs merges files from both locations, to Plex, radarr, sonarrr etc the file hasn't moved i.e. is still visible in the mergerfs folder. In summary, just ignore the local and rclone_mount folder in normal day-2-day usage, just look at the mergerfs folder, and let the upload script do its thing in the background. Thanks for the explanation. I now just have one more question about how to handle the media I already have. I have multiple shares on my server containing the Plex media: What would be the best way to get all the media in the Series and Movies shares to Gdrive? Just copy/move all the media in those shares to the media folders in the local share? I can do that, but that would mean moving 84tb and would take a long time. Is there a better way to do this? EDIT: I just moved a small folder (29gb) from the Series share on my server to the TV folder in the local share. I then waited for almost 45 minutes, but it is not being uploaded to Gdrive (not showing up in the rclone_mount). What could case this to not work? This is the upload script: And this is the mount script: Edited October 14, 2022 by workermaster Quote Link to comment
DZMM Posted October 14, 2022 Author Share Posted October 14, 2022 5 hours ago, workermaster said: I can do that, but that would mean moving 84tb and would take a long time. Is there a better way to do this? Add them as extra paths to merge into your mergerfs mount, and then upload those paths to your gdrive: # OPTIONAL SETTINGS # Add extra paths to mergerfs mount in addition to LocalFilesShare LocalFilesShare2="/mnt/user/Series" LocalFilesShare3="/mnt/user/Movies" 5 hours ago, workermaster said: I just moved a small folder (29gb) from the Series share on my server to the TV folder in the local share. I then waited for almost 45 minutes, but it is not being uploaded to Gdrive (not showing up in the rclone_mount). What could case this to not work? Logs would help! Quote Link to comment
workermaster Posted October 14, 2022 Share Posted October 14, 2022 (edited) 5 minutes ago, DZMM said: Add them as extra paths to merge into your mergerfs mount, and then upload those paths to your gdrive: # OPTIONAL SETTINGS # Add extra paths to mergerfs mount in addition to LocalFilesShare LocalFilesShare2="/mnt/user/Series" LocalFilesShare3="/mnt/user/Movies" Logs would help! What logs would you like and where can I find them? The first logs I saw were from the upload script. I have attached them log.zip Edited October 14, 2022 by workermaster Quote Link to comment
DZMM Posted October 14, 2022 Author Share Posted October 14, 2022 (edited) 15 minutes ago, workermaster said: What logs would you like and where can I find them? The first logs I saw were from the upload script. I have attached them log.zip 3.03 kB · 0 downloads Much easier to post direct: 14.10.2022 00:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 00:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 00:10:01 INFO: Script not running - proceeding. 14.10.2022 00:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 00:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 00:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 00:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 00:10:01 INFO : Starting bandwidth limiter at 12Mi Byte/s 2022/10/14 00:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 00:10:01 DEBUG : --min-age 15m0s to 2022-10-13 23:55:01.599038088 +0200 CEST m=-899.976808163 2022/10/14 00:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 00:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 00:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 00:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 00:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 00:10:01 INFO: Not utilising service accounts. 14.10.2022 00:10:01 INFO: Script complete Script Finished Oct 14, 2022 00:10.01 Here's your problem: 2022/10/14 00:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 00:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 00:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file You don't have a gdrive_upload_vfs remote in your config. Create another remote with a new API key or service account if you've setup teamdrives (recommended as you will likely need teamdrives in the future). The upload uses a diff remote and API to try and reduce the risk of an API ban (very rare if you set things up correctly) affecting the mount responsible for playback. Edited October 14, 2022 by DZMM Quote Link to comment
workermaster Posted October 14, 2022 Share Posted October 14, 2022 1 minute ago, DZMM said: Much easier to post direct: Script Starting Oct 13, 2022 23:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 13.10.2022 23:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 13.10.2022 23:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 13.10.2022 23:10:01 INFO: Script not running - proceeding. 13.10.2022 23:10:01 INFO: Checking if rclone installed successfully. 13.10.2022 23:10:01 INFO: rclone not installed - will try again later. Script Finished Oct 13, 2022 23:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 00:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 00:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 00:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 00:10:01 INFO: Script not running - proceeding. 14.10.2022 00:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 00:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 00:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 00:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 00:10:01 INFO : Starting bandwidth limiter at 12Mi Byte/s 2022/10/14 00:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 00:10:01 DEBUG : --min-age 15m0s to 2022-10-13 23:55:01.599038088 +0200 CEST m=-899.976808163 2022/10/14 00:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 00:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 00:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 00:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 00:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 00:10:01 INFO: Not utilising service accounts. 14.10.2022 00:10:01 INFO: Script complete Script Finished Oct 14, 2022 00:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 01:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 01:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 01:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 01:10:01 INFO: Script not running - proceeding. 14.10.2022 01:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 01:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 01:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 01:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 01:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 01:10:01 DEBUG : --min-age 15m0s to 2022-10-14 00:55:01.633774573 +0200 CEST m=-899.977784544 2022/10/14 01:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 01:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 01:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 01:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 01:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 01:10:01 INFO: Not utilising service accounts. 14.10.2022 01:10:01 INFO: Script complete Script Finished Oct 14, 2022 01:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 02:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 02:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 02:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 02:10:01 INFO: Script not running - proceeding. 14.10.2022 02:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 02:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 02:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 02:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 02:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 02:10:01 DEBUG : --min-age 15m0s to 2022-10-14 01:55:01.575049712 +0200 CEST m=-899.971436350 2022/10/14 02:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 02:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 02:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 02:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 02:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 02:10:01 INFO: Not utilising service accounts. 14.10.2022 02:10:01 INFO: Script complete Script Finished Oct 14, 2022 02:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 03:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 03:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 03:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 03:10:01 INFO: Script not running - proceeding. 14.10.2022 03:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 03:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 03:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 03:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 03:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 03:10:01 DEBUG : --min-age 15m0s to 2022-10-14 02:55:01.653249435 +0200 CEST m=-899.976725463 2022/10/14 03:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 03:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 03:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 03:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 03:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 03:10:01 INFO: Not utilising service accounts. 14.10.2022 03:10:01 INFO: Script complete Script Finished Oct 14, 2022 03:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 04:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 04:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 04:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 04:10:01 INFO: Script not running - proceeding. 14.10.2022 04:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 04:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 04:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 04:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 04:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 04:10:01 DEBUG : --min-age 15m0s to 2022-10-14 03:55:01.53442693 +0200 CEST m=-899.975643010 2022/10/14 04:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 04:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 04:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 04:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 04:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 04:10:01 INFO: Not utilising service accounts. 14.10.2022 04:10:01 INFO: Script complete Script Finished Oct 14, 2022 04:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 05:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 05:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 05:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 05:10:01 INFO: Script not running - proceeding. 14.10.2022 05:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 05:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 05:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 05:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 05:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 05:10:01 DEBUG : --min-age 15m0s to 2022-10-14 04:55:01.487436985 +0200 CEST m=-899.977354399 2022/10/14 05:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 05:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 05:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 05:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 05:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 05:10:01 INFO: Not utilising service accounts. 14.10.2022 05:10:01 INFO: Script complete Script Finished Oct 14, 2022 05:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 06:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 06:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 06:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 06:10:01 INFO: Script not running - proceeding. 14.10.2022 06:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 06:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 06:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 06:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 06:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 06:10:01 DEBUG : --min-age 15m0s to 2022-10-14 05:55:01.261004266 +0200 CEST m=-899.982153792 2022/10/14 06:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 06:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 06:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 06:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 06:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 06:10:01 INFO: Not utilising service accounts. 14.10.2022 06:10:01 INFO: Script complete Script Finished Oct 14, 2022 06:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 07:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 07:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 07:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 07:10:01 INFO: Script not running - proceeding. 14.10.2022 07:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 07:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 07:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 07:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 07:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 07:10:01 DEBUG : --min-age 15m0s to 2022-10-14 06:55:01.141222787 +0200 CEST m=-899.980360873 2022/10/14 07:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 07:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 07:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 07:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 07:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 07:10:01 INFO: Not utilising service accounts. 14.10.2022 07:10:01 INFO: Script complete Script Finished Oct 14, 2022 07:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 08:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 08:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 08:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 08:10:01 INFO: Script not running - proceeding. 14.10.2022 08:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 08:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 08:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 08:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 08:10:01 INFO : Starting bandwidth limiter at 15Mi Byte/s 2022/10/14 08:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 08:10:01 DEBUG : --min-age 15m0s to 2022-10-14 07:55:01.924449369 +0200 CEST m=-899.979611353 2022/10/14 08:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 08:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 08:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 08:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 08:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 08:10:01 INFO: Not utilising service accounts. 14.10.2022 08:10:01 INFO: Script complete Script Finished Oct 14, 2022 08:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 09:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 09:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 09:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 09:10:01 INFO: Script not running - proceeding. 14.10.2022 09:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 09:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 09:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 09:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 09:10:01 INFO : Starting bandwidth limiter at 15Mi Byte/s 2022/10/14 09:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 09:10:01 DEBUG : --min-age 15m0s to 2022-10-14 08:55:01.758059079 +0200 CEST m=-899.980332251 2022/10/14 09:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 09:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 09:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 09:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 09:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 09:10:01 INFO: Not utilising service accounts. 14.10.2022 09:10:01 INFO: Script complete Script Finished Oct 14, 2022 09:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 10:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 10:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 10:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 10:10:01 INFO: Script not running - proceeding. 14.10.2022 10:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 10:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 10:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 10:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 10:10:01 INFO : Starting bandwidth limiter at 15Mi Byte/s 2022/10/14 10:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 10:10:01 DEBUG : --min-age 15m0s to 2022-10-14 09:55:01.641271082 +0200 CEST m=-899.979127800 2022/10/14 10:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 10:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 10:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 10:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 10:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 10:10:01 INFO: Not utilising service accounts. 14.10.2022 10:10:01 INFO: Script complete Script Finished Oct 14, 2022 10:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 11:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 11:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 11:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 11:10:01 INFO: Script not running - proceeding. 14.10.2022 11:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 11:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 11:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 11:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 11:10:01 INFO : Starting bandwidth limiter at 15Mi Byte/s 2022/10/14 11:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 11:10:01 DEBUG : --min-age 15m0s to 2022-10-14 10:55:01.507291796 +0200 CEST m=-899.975215689 2022/10/14 11:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 11:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 11:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 11:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 11:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 11:10:01 INFO: Not utilising service accounts. 14.10.2022 11:10:01 INFO: Script complete Script Finished Oct 14, 2022 11:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 12:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 12:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 12:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 12:10:01 INFO: Script not running - proceeding. 14.10.2022 12:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 12:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 12:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 12:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 12:10:01 INFO : Starting bandwidth limiter at 15Mi Byte/s 2022/10/14 12:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 12:10:01 DEBUG : --min-age 15m0s to 2022-10-14 11:55:01.416192443 +0200 CEST m=-899.976264045 2022/10/14 12:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 12:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 12:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 12:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 12:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 12:10:01 INFO: Not utilising service accounts. 14.10.2022 12:10:01 INFO: Script complete Script Finished Oct 14, 2022 12:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 13:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 13:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 13:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 13:10:01 INFO: Script not running - proceeding. 14.10.2022 13:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 13:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 13:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 13:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 13:10:01 INFO : Starting bandwidth limiter at 15Mi Byte/s 2022/10/14 13:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 13:10:01 DEBUG : --min-age 15m0s to 2022-10-14 12:55:01.264782372 +0200 CEST m=-899.978163027 2022/10/14 13:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 13:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 13:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 13:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 13:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 13:10:01 INFO: Not utilising service accounts. 14.10.2022 13:10:01 INFO: Script complete Script Finished Oct 14, 2022 13:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 14:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 14:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 14:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 14:10:01 INFO: Script not running - proceeding. 14.10.2022 14:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 14:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 14:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 14:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 14:10:01 INFO : Starting bandwidth limiter at 15Mi Byte/s 2022/10/14 14:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 14:10:01 DEBUG : --min-age 15m0s to 2022-10-14 13:55:01.371449201 +0200 CEST m=-899.975367596 2022/10/14 14:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 14:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 14:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 14:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 14:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 14:10:01 INFO: Not utilising service accounts. 14.10.2022 14:10:01 INFO: Script complete Script Finished Oct 14, 2022 14:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 15:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 15:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 15:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 15:10:01 INFO: Script not running - proceeding. 14.10.2022 15:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 15:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 15:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 15:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 15:10:01 INFO : Starting bandwidth limiter at 15Mi Byte/s 2022/10/14 15:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 15:10:01 DEBUG : --min-age 15m0s to 2022-10-14 14:55:01.237992565 +0200 CEST m=-899.979811256 2022/10/14 15:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 15:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 15:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 15:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 15:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 15:10:01 INFO: Not utilising service accounts. 14.10.2022 15:10:01 INFO: Script complete Script Finished Oct 14, 2022 15:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 16:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 16:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 16:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 16:10:01 INFO: Script not running - proceeding. 14.10.2022 16:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 16:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 16:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 16:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 16:10:01 INFO : Starting bandwidth limiter at 12Mi Byte/s 2022/10/14 16:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 16:10:01 DEBUG : --min-age 15m0s to 2022-10-14 15:55:01.15589962 +0200 CEST m=-899.978368021 2022/10/14 16:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 16:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 16:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 16:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 16:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 16:10:01 INFO: Not utilising service accounts. 14.10.2022 16:10:01 INFO: Script complete Script Finished Oct 14, 2022 16:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 17:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 17:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 17:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 17:10:01 INFO: Script not running - proceeding. 14.10.2022 17:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 17:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 17:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 17:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 17:10:01 INFO : Starting bandwidth limiter at 12Mi Byte/s 2022/10/14 17:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 17:10:01 DEBUG : --min-age 15m0s to 2022-10-14 16:55:01.974648446 +0200 CEST m=-899.981578720 2022/10/14 17:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 17:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 17:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 17:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 17:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 17:10:01 INFO: Not utilising service accounts. 14.10.2022 17:10:01 INFO: Script complete Script Finished Oct 14, 2022 17:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 18:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 18:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 18:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 18:10:01 INFO: Script not running - proceeding. 14.10.2022 18:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 18:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 18:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 18:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 18:10:01 INFO : Starting bandwidth limiter at 12Mi Byte/s 2022/10/14 18:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 18:10:01 DEBUG : --min-age 15m0s to 2022-10-14 17:55:01.854553198 +0200 CEST m=-899.976949611 2022/10/14 18:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 18:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 18:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 18:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 18:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 18:10:01 INFO: Not utilising service accounts. 14.10.2022 18:10:01 INFO: Script complete Script Finished Oct 14, 2022 18:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 19:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 19:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 19:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 19:10:01 INFO: Script not running - proceeding. 14.10.2022 19:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 19:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 19:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 19:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 19:10:01 INFO : Starting bandwidth limiter at 12Mi Byte/s 2022/10/14 19:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 19:10:01 DEBUG : --min-age 15m0s to 2022-10-14 18:55:01.635015152 +0200 CEST m=-899.972662369 2022/10/14 19:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 19:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 19:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 19:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 19:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 19:10:01 INFO: Not utilising service accounts. 14.10.2022 19:10:01 INFO: Script complete Script Finished Oct 14, 2022 19:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Script Starting Oct 14, 2022 20:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt 14.10.2022 20:10:01 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_upload_vfs *** 14.10.2022 20:10:01 INFO: *** Starting rclone_upload script for gdrive_upload_vfs *** 14.10.2022 20:10:01 INFO: Script not running - proceeding. 14.10.2022 20:10:01 INFO: Checking if rclone installed successfully. 14.10.2022 20:10:01 INFO: rclone installed successfully - proceeding with upload. 14.10.2022 20:10:01 INFO: Uploading using upload remote gdrive_upload_vfs 14.10.2022 20:10:01 INFO: *** Using rclone move - will add --delete-empty-src-dirs to upload. 2022/10/14 20:10:01 INFO : Starting bandwidth limiter at 12Mi Byte/s 2022/10/14 20:10:01 INFO : Starting transaction limiter: max 8 transactions/s with burst 1 2022/10/14 20:10:01 DEBUG : --min-age 15m0s to 2022-10-14 19:55:01.449398872 +0200 CEST m=-899.979364339 2022/10/14 20:10:01 DEBUG : rclone: Version "v1.59.2" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "/mnt/user/local/gdrive_vfs" "gdrive_upload_vfs:" "--user-agent=gdrive_upload_vfs" "-vv" "--buffer-size" "512M" "--drive-chunk-size" "512M" "--tpslimit" "8" "--checkers" "8" "--transfers" "4" "--order-by" "modtime,ascending" "--min-age" "15m" "--exclude" "downloads/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" ".Recycle.Bin/**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--drive-stop-on-upload-limit" "--bwlimit" "01:00,off 08:00,15M 16:00,12M" "--bind=" "--delete-empty-src-dirs"] 2022/10/14 20:10:01 DEBUG : Creating backend with remote "/mnt/user/local/gdrive_vfs" 2022/10/14 20:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 20:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 20:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file 14.10.2022 20:10:01 INFO: Not utilising service accounts. 14.10.2022 20:10:01 INFO: Script complete Script Finished Oct 14, 2022 20:10.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone upload/log.txt Here's your problem: 2022/10/14 00:10:01 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2022/10/14 00:10:01 DEBUG : Creating backend with remote "gdrive_upload_vfs:" 2022/10/14 00:10:01 Failed to create file system for "gdrive_upload_vfs:": didn't find section in config file You don't have a gdrive_upload_vfs remote in your config. Create another remote with a new API key or service account if you've setup up teamdrives (recommended as you will likely need teamdrives in the future). The upload uses a diff API to try and reduce the risk of an API ban (very rare if you set things up correctly) affecting the mount responsible for playback. Does that mean that I need a second Google workspace account? That would double the expense. I don't know what a team drive is and does. Can't I just edit the upload script to work with the 2 mounts I already have: Quote Link to comment
DZMM Posted October 14, 2022 Author Share Posted October 14, 2022 17 minutes ago, workermaster said: Does that mean that I need a second Google workspace account? That would double the expense. I don't know what a team drive is and does. Can't I just edit the upload script to work with the 2 mounts I already have: No just another pair of almost identical remotes gdrive_upload and gdrive_upload_vfs, except for a different access token, that point to the same gdrive. Quote Link to comment
workermaster Posted October 14, 2022 Share Posted October 14, 2022 4 minutes ago, DZMM said: No just another pair of almost identical remotes gdrive_upload and gdrive_upload_vfs, except for a different access token, that point to the same gdrive. I am going to try this tomorrow. I hope I can manage to do that, but fear that I might need more help. The first post didn't mention that we needed more mounts. Quote Link to comment
DZMM Posted October 14, 2022 Author Share Posted October 14, 2022 17 minutes ago, workermaster said: I am going to try this tomorrow. I hope I can manage to do that, but fear that I might need more help. The first post didn't mention that we needed more mounts. You can use your current remote gdrive_media_vfs in the upload script if you want - it's just best practice to get another remote for uploading. It's easy. Just repeat what you did to create the remotes gdrive and gdrive_media_vfs - the only difference is create a different access token. Quote Link to comment
workermaster Posted October 15, 2022 Share Posted October 15, 2022 15 hours ago, DZMM said: You can use your current remote gdrive_media_vfs in the upload script if you want - it's just best practice to get another remote for uploading. It's easy. Just repeat what you did to create the remotes gdrive and gdrive_media_vfs - the only difference is create a different access token. It sounds easy, but I have a talent for still making things go wrong. This case is not an exception. I have created 2 new mounts and gave them a different client_id. The ones I had: The ones I added: I hoped this was enough and tried to run the upload script manually to see what happened, and then I got this error: Somehow, the script thinks rclone is not installed. The plugin is clearly there. I have no idea how I messed this up. Quote Link to comment
DZMM Posted October 15, 2022 Author Share Posted October 15, 2022 14 minutes ago, workermaster said: It sounds easy, but I have a talent for still making things go wrong. This case is not an exception. I have created 2 new mounts and gave them a different client_id. The ones I had: The ones I added: I hoped this was enough and tried to run the upload script manually to see what happened, and then I got this error: Somehow, the script thinks rclone is not installed. The plugin is clearly there. I have no idea how I messed this up. Post your script and rclone config please - remember to remove your passwords Quote Link to comment
workermaster Posted October 15, 2022 Share Posted October 15, 2022 (edited) 20 minutes ago, DZMM said: Post your script and rclone config please - remember to remove your passwords I rebooted the server, and now it is uploading. No idea why it wouldn't work at first. I am now uploading a few files to test the read speeds with Plex. What would you recommend for uploading all the data? Just move all the media I already have into the local folder? To add another question. I can upload 750GB per day. What happens if I am at 740Gb already and the script is trying to upload a file of 50GB? Will It just skip it, or upload half of it? Edited October 15, 2022 by workermaster Quote Link to comment
DZMM Posted October 15, 2022 Author Share Posted October 15, 2022 40 minutes ago, workermaster said: What would you recommend for uploading all the data? Just move all the media I already have into the local folder? 17 hours ago, DZMM said: Add them as extra paths to merge into your mergerfs mount, and then upload those paths to your gdrive: # OPTIONAL SETTINGS # Add extra paths to mergerfs mount in addition to LocalFilesShare LocalFilesShare2="/mnt/user/Series" LocalFilesShare3="/mnt/user/Movies" 40 minutes ago, workermaster said: To add another question. I can upload 750GB per day. What happens if I am at 740Gb already and the script is trying to upload a file of 50GB? Will It just skip it, or upload half of it? It will stop at 750GB - I think sometimes it will finish the current file, but I think it hard stops. That's why I'd put the extra effort in now before you get started to use teamdrives, which allows you to use and rotate service accounts to upload more than 750GB/day (750GB/day per service account) Quote Link to comment
workermaster Posted October 15, 2022 Share Posted October 15, 2022 29 minutes ago, DZMM said: It will stop at 750GB - I think sometimes it will finish the current file, but I think it hard stops. That's why I'd put the extra effort in now before you get started to use teamdrives, which allows you to use and rotate service accounts to upload more than 750GB/day (750GB/day per service account) Good point. I would like to take a look into making a team drive then. But that would mean another account and more costs I assume. I don't mind having a secord or third account to upload all the data, but after the upload is done, I want to keep costs low. How do I setup a team drive? I saw the option while making the remotes, but is that all that I need to do? Quote Link to comment
BRiT Posted October 15, 2022 Share Posted October 15, 2022 1 hour ago, workermaster said: But that would mean another account and more costs I assume Yes, more service accounts. No, not more costs since it's not more user accounts. Service accounts are different than user accounts. Quote Link to comment
workermaster Posted October 15, 2022 Share Posted October 15, 2022 3 minutes ago, BRiT said: Yes, more service accounts. No, not more costs since it's not more user accounts. Service accounts are different than user accounts. Sounds interesting. How do I set that up? Quote Link to comment
workermaster Posted October 15, 2022 Share Posted October 15, 2022 I have uploaded a few files to Gdrive. They are all encrypted. When I look at my Gdrive from a browser, then I only see encrypted names of folders. Say that I were to lose the mount points configuration I have, can I still restore access to these files? Or can I never decrypt them? I would also like to upload files that don't have to be encrypted. I guess that I need to make another mountpoint and not encrypt that one? Then how can I add that new mount to the upload script? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.