
livingonline8
Members-
Content Count
66 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout livingonline8
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
livingonline8 replied to DZMM's topic in Plugins and Apps
@DZMM I am posting all the details here to make it easier for you to help me this is my mount script...it used to work perfectly but now I am getting an error The current mounting script: #!/bin/bash ####### Check if script is already running ########## if [[ -f "/mnt/user/appdata/other/rclone/rclone_mount_running" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: Exiting script already running." exit else touch /mnt/user/appdata/other/rclone/rclone_mount_running fi ####### End Check if script already running ########## ####### Start rclone google mo -
Thank you for your patience with me... please forgive me but I am not tech guru... I bet you are 😊 it is true that I was told not to mount to a non-empty folder but my setup was working fine for 2 years and I have to mount to non empty folder because I am combining “unionfs” media folder in google drive with media folder on my unbraid why did this break all of a sudden and again I really have no option but to mount to non-empty because all my media is there
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
livingonline8 replied to DZMM's topic in Plugins and Apps
@DZMM yeah I pasted everything in my subject in the rclone support but I couldn’t get an answer please click on the linked subject and you will find all the details you need -
@Waseh please tell me where to look... I looked around the forums but I did not find an answer
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
livingonline8 replied to DZMM's topic in Plugins and Apps
Please can someone help me with this, I am getting error messages after 2 years of perfect workflow -
this is my mount script...it used to work perfectly but now I am getting an error The current mounting script: #!/bin/bash ####### Check if script is already running ########## if [[ -f "/mnt/user/appdata/other/rclone/rclone_mount_running" ]]; then echo "$(date "+%d.%m.%Y %T") INFO: Exiting script already running." exit else touch /mnt/user/appdata/other/rclone/rclone_mount_running fi ####### End Check if script already running ########## ####### Start rclone google mount ########## # check if google mount already created if [[ -f "/mnt/user/mount_rclon
-
Yes, I am have been using unionfs all those years... did anything change with that? This is why I was saying everything was working perfectly fine. Btw, Now that I am planning to download everything I have uploaded to g suite back to my server. Is there a download limit like the upload limit I have about 40TB of data on g suite and I wanna download them back, any recommended flags to limit the download speed and not hit a daily download limit. Also, I don't want the download to suck all my bandwidth too... my download speed is about 20
-
What!! it used to work perfectly well in the past... "/mnt/user/mount_rclone/google_vfs" is where I download my stuff so they can be uploaded. So making sure it is empty actually defeats the purpose. Also what about adding "--allow-non-empty" I tried it still not working so why is that ??
-
Thank you, I have one more question please... Rclone has been working well for more than a year but today when I wanted to upload some stuff mounting failed and I checked the script logs and I get the following message Script Starting Dec 02, 2020 14:00.01 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_unionfs_mount/log.txt 02.12.2020 14:00:01 INFO: mounting rclone vfs. 2020/12/02 14:00:02 Fatal error: Directory is not empty: /mnt/user/mount_rclone/google_vfs If you want to mount it anyway use: --allow-non-empty option
-
any assistance will be highly appreciated guys
-
Thank you for your quick response I am facing a small problem I used this command to test the download speed: rclone copy media_vfs:movies_plex/english/fifty shades of grey/ /mnt/user/test But it is not working!! Am I supposed to use "" and where I would appreciate your help Also are there any flags you recommend when downloading our entire G Suite content Thank again
-
livingonline8 started following Random reboots - syslog included and [Plugin] rclone
-
Guys, since google is moving us from G Suite to Workspaces which means we will lose the unlimited storage. What is the command that I can use to re-download everything I have moved from my server to G Suite. I moved almost 40TB to G Suite over the past year and it is unfortunate that I am gonna have to download everything again just in case google decides to pull the plug on the unlimited storage
-
What is that option that you are referring to that cost 30$?
-
Good Day guys, I am really lost here... I have been using Unraid for almost 4 years now. But for the last few months I have been experiencing random reboots and I cannot figure out why. Here is a copy of my syslog and Diagnostic files the reboot happened yesterday around 15:55 pm and I only found about it this morning at 08:15 am when I tried to access my Unraid server. Any help will be highly appreciated syslog-192.168.1.200.log tower-diagnostics-20201201-1601.zip
-
@Frank1940 Ok, I followed your instructions and I did setup the syslog server. it should not take more than 24 hrs because i am experiencing those random reboots on daily basis. I will update you with the new logs tomorrow, hopefully. I really wanna get down to the cause of those annoying random reboots. Thanks a lot