Everything posted by Bolagnaise
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Use Binhex-Krusader to move your current movie and tv show folders to mount_unionfs. the way its setup is that rclone_upload is your local disk storage and unionfs is the link between local and cloud (rclone_mount). When you add folders to mount_unions they are actually placed into rclone_upload. Then adjust the upload script to suit your needs and it will transfer files that meet the age requirements from upload to rclone_mount . My current upload script is --min-age 7d --max-age 8d so that it stores newly downloaded tv shows and movies for a week and then uploads them the next day, i run the script daily to check.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Transferred: 316.811G / 316.811 GBytes, 100%, 4.853 MBytes/s, ETA 0s Errors: 0 Checks: 621 / 621, 100% Transferred: 559 / 559, 100% Elapsed time: 18h34m6.2s @DZMM You are da man
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
well min age 30m means if i understand it correctly that all data that is at least 30 min old is uploaded, i ran this script and tested it and it started to upload TB of data, so i switched to max age 2d and it is now taking a long time to filter out files. I initially tried max age 7d and it was also taking a long time so i thought i would try to reduce it to 2 to do a quick test to see what it would upload, im currnetly waiting for the script to finish.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
right, so i guess max age uses the file date and the server date and then only uploads files with an age that is exactly 2 days old? im being retarded i know it
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
just to ask another question, how would i script it so that it would only upload files with a min age of 2D but with also a max age of 2 days. So it will only upload new files that have a min/max 2 day age period, or is that not possible?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Yep, I looked at the command list and worked that out. I will give it a try tonight. Thanks so much for your awesome scripts!
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I think this is exactly what I’m trying to achieve. So for a large move I would manually move my TV show and movie folder from their current share /mnt/user/multimedia to /mnt/user/mount_rcclone and then point sonarr and Radarr and plex to the unionfs share. Does this bypass the filtering in the upload script? I only want to upload newer files that are 7 days old but nothing before that as I want to keep that in local storage.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Thank you for the assistance, someone should make a video on this lol, maybe when i work it all out i will.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Ok, i have got rclone up and running using @DZMM awesome scripts but i have several questions and things i would like to clarify. 1. How would i make Rclone upload tv shows and movies located in /mnt/user/MULTIMEDIA/Movies and /mnt/user/MULTIMEDIA/TV Shows respectively that are older than 7 days. How do i then point sonarr and Radarr to /mnt/user/mount_unionfs/google_vfs/tv_shows. I assume some sort of symlink would need to be made, im running both these programs on windows currently. sorry for the possibly stupid questions.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I’m trying to jump into Rclone headfirst. I have been using Unraid for years on a HP N54L but it’s time to upgrade to offsite storage. I have read your guide @dzmn and it’s the most comprehensive guide on setting up Rclone with GSuite I have found. It’s weird that there is almost zero complete guides on setting this up. In saying that I would love to jump on discord screen share with someone with experience and do this in one hit.