Everything posted by francrouge
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Ok cool thx Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
16go and reboot help so maybe its that ? Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Could it be unraid that is killing the process ? Because i can see that my ram usage is very high.. i dont know why but it seem to be that Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I did run unmout and mount script and ist wokring but it crashed 3 times today so far . Thx Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Do you have an idea why its doing that ? Thx Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi yes google_vfs exist but its only a file not folder I didn't not restart krusader now its a folder And for plex do you have to scan the library again or not ? thx
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi all still having some random issue Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt /usr/sbin/rclone: line 22: 21762 Killed rcloneorig --config $config "$@" Script Starting Fri, 17 May 2019 17:20:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt mkdir: cannot stat '/mnt/user/mount_rclone/google_vfs': Transport endpoint is not connected 17.05.2019 17:20:01 INFO: mounting rclone vfs. 2019/05/17 17:20:03 Fatal error: Can not open: /mnt/user/mount_rclone/google_vfs: open /mnt/user/mount_rclone/google_vfs: transport endpoint is not connected 17.05.2019 17:20:06 CRITICAL: rclone gdrive vfs mount failed - please check for problems. Script Finished Fri, 17 May 2019 17:20:06 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt Script Starting Fri, 17 May 2019 17:25:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt mkdir: cannot stat '/mnt/user/mount_rclone/google_vfs': Transport endpoint is not connected 17.05.2019 17:25:01 INFO: mounting rclone vfs. 2019/05/17 17:25:02 Fatal error: Can not open: /mnt/user/mount_rclone/google_vfs: open /mnt/user/mount_rclone/google_vfs: transport endpoint is not connected 17.05.2019 17:25:06 CRITICAL: rclone gdrive vfs mount failed - please check for problems. Script Finished Fri, 17 May 2019 17:25:06 -0400 Can someone tell me what should i do please thx Also in plex every media has a red trash what can i do ?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
It seem to be working i'm waiting for a transfert to start will see Edit: Its working now thx again
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi i think i might found the problem my ram was too high 98% and unraid killed the script. But since i cannot start the upload script. 13.05.2019 12:30:24 INFO: Exiting as script already running. Script Finished Mon, 13 May 2019 12:30:24 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/Upload - Rclone/log.txt #!/bin/bash ####### Check if script already running ########## if [[ -f "/mnt/user/appdata/other/rclone/rclone_upload" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: Exiting as script already running." exit else touch /mnt/user/appdata/other/rclone/rclone_upload fi ####### End Check if script already running ########## ####### check if rclone installed ########## if [[ -f "/mnt/user/mount_rclone/google_vfs/mountcheck" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: rclone installed successfully - proceeding with upload." else echo "$(date "+%d.%m.%Y %T") INFO: rclone not installed - will try again later." rm /mnt/user/appdata/other/rclone/rclone_upload exit fi ####### end check if rclone installed ########## # move files rclone move /mnt/user/rclone_upload/google_vfs/ gdrive_media_vfs: -vv --drive-chunk-size 512M --checkers 3 --fast-list --transfers 2 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --bwlimit 9500k --tpslimit 3 --min-age 30m # remove dummy file rm /mnt/user/appdata/other/rclone/rclone_upload exit
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi again I got this error i can't mount the script. mkdir: cannot create directory '/mnt/user/mount_rclone/google_vfs': File exists 04.05.2019 16:35:01 INFO: mounting rclone vfs. 2019/05/04 16:35:04 Fatal error: Can not open: /mnt/user/mount_rclone/google_vfs: open /mnt/user/mount_rclone/google_vfs: transport endpoint is not connected 04.05.2019 16:35:06 CRITICAL: rclone gdrive vfs mount failed - please check for problems. Script Finished Sat, 04 May 2019 16:35:06 -0400
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Good i will do that. Also just to let you know that it seem stable right now so a great thx for youre help ! Thx Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Great :) thx i'm going to try it tonight Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
here you go thx mount.txt unmount.txt
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
if i check my logs i always got this until i manually reset Script Starting Wed, 01 May 2019 18:50:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt 01.05.2019 18:50:01 INFO: Exiting script already running. Script Finished Wed, 01 May 2019 18:50:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt Script Starting Wed, 01 May 2019 18:55:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt 01.05.2019 18:55:01 INFO: Exiting script already running. Script Finished Wed, 01 May 2019 18:55:01 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt Script Starting Wed, 01 May 2019 18:58:05 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt 01.05.2019 18:58:05 INFO: Exiting script already running. Script Finished Wed, 01 May 2019 18:58:05 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/test rclone/log.txt
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
What version of unraid you run ? Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi can you tell me if this is right ? is it correct setting ? rclone mount --allow-other --buffer-size 512M --dir-cache-time 72h --drive-chunk-size 512M --fast-list --log-level INFO --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off gdrive_media_vfs: /mnt/user/mount_rclone/google_vfs &
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi guys I need help. My script stop working frequently like 1 time per 2-3 days. and I need to unmount and remount or reboot sometimes. Do you have a fix for that ? Also When this happend i lose all my movies in plex like i got over 3000+ and now i got only 3 wish are in my local storage. I need to manually scan the library again.. Did anyone experience this problem ? thx all
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
i'm getting this error 2019/04/25 20:41:38 INFO : Google drive root 'crypt': Failed to get StartPageToken: googleapi: Error 401: Invalid Credentials, authError 2019/04/25 20:42:38 INFO : Google drive root 'crypt': Failed to get StartPageToken: googleapi: Error 401: Invalid Credentials, authError 2019/04/25 20:43:38 INFO : Google drive root 'crypt': Failed to get StartPageToken: googleapi: Error 401: Invalid Credentials, authError 2019/04/25 20:44:38 INFO : Google drive root 'crypt': Failed to get StartPageToken: googleapi: Error 401: Invalid Credentials, authError
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi guys my token seem to be expired.. Can someone tell me again how to renew it please Thx
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Hi guys I reboot my server and now my upload script won't start. I'm getting this /tmp/user.scripts/tmpScripts/upload/script: line 25: $'\357\273\277': command not found 26.03.2019 12:19:50 INFO: rclone not installed - will try again later. Script Finished Tue, 26 Mar 2019 12:19:50 -0400 but my rclone is installed i'm on 6.7.0 RC5 any idea ? thx
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Im in the same mind of @kaisac .. It needs time and patient. If you want help from others be respectful and positif even if its not working like you want. Also you need to put more information. We can't help you without this. Thank a lot Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I think i will go back to 6.6.6 i never had disconnection too so will see Its beta so maybe there something not working 100% Envoyé de mon Pixel 2 XL en utilisant Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Did you experience anything like that ? The mount is dropping off a few thime a day since the upgrade. I did put 10 min but it always tell me that the script is running when its not really (the mount script)
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Edit: for some reason it seem to work. what would you recommend to run this every day ? @DZMM Hi i'm getting error with you're cleanup script. rm: cannot remove '/mnt/user/mount_unionfs/google_vfs/.unionfs/ABCDE_HIDDEN~': Is a directory Do you have an idea ? do i need more permission ? thx