-
[Plugin] rclone
Thats fine, but I would have to run this every time after the sync. Is there a way to put this into the script? so if just runs right after?
-
[Plugin] rclone
Need a little help, been running a rclone sync no problem on 6.9.2 but when moving to 6.10 files go to my cache drive and are unable to move because the file permissions are all set to root instead of user/nobody. I have my script sync from my google drive to my unraid but will the file permissions messed up and the sync puts everything in cache first. The cache drive just fills up because mover can't move the files with root/root permissions. This only happens using 6.10. any thoughts on how to fix this? or if it is possible to just redo the file permissions after the script runs. would like to upgrade to the latest version
-
[Plugin] rclone
Made the changes and all is good, thank you again
-
[Plugin] rclone
Thank you. I don't want to write just want to see the data because I sync it to my unraid. But I don't sync everything
-
[Plugin] rclone
# Local mountpoint mntpoint="/mnt/disks/gdrive" # It's recommended to mount your remote share in /mnt/disks/subfolder - # This is the only way to make it accesible to dockers mntpoint2="/mnt/disks/gdrive2" # Remote share remoteshare="gcrypt2:/Plex/" # If you want to share the root of your remote share you have to # define it as "remote:" eg. "acd:" or "gdrive:" remoteshare2="gdrive:/Plex/" #--------------------------------------------------------------------------------------------------------------------- mkdir -p $mntpoint mkdir -p $mntpoint2 rclone mount --rc --allow-other --buffer-size 16M --dir-cache-time 2m --drive-chunk-size 64M --fast-list --log-level INFO --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit off --user-agent="backup" $remoteshare $mntpoint & rclone mount --rc --allow-other --buffer-size 16M --dir-cache-time 2m --drive-chunk-size 64M --fast-list --log-level INFO --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit off --user-agent="backup" $remoteshare2 $mntpoint2 & I get this error 2019/12/27 09:05:22 Failed to start remote control: start server failed: listen tcp 127.0.0.1:5572: bind: address already in use also is it possible to mount to a share dir instead? like /mnt/user/gdrive ? so i can see it on windows explorer?
-
[Plugin] rclone
Hi another questions is it possible to have 2 rclone mounts? for example one encrypted and one non encrypted to different folders? I get an error when i try to mount the second drive
-
[Plugin] rclone
yeah i figured it out, I setup the crypt and I can see the unencrypted folder and will just sync off of that
-
[Plugin] rclone
don't know if this is possible, but I am encrypting my google drive now and getting rid of my unencrypted files but I still want to keep a local copy on my unraid which right now, I use rclone sync to download from the unencrypted google drive to my unraid. my question now is how do I download my encrypted files to unraid but unencrypted as I don't need encryption on my unraid?
-
Unraid OS version 6.8 available
I am getting this error on Warning: session_write_close(): write failed: No space left on device (28) in /usr/local/emhttp/login.php on line 33 Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php) in /usr/local/emhttp/login.php on line 33 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/emhttp/login.php:33) in /usr/local/emhttp/login.php on line 35 never mind, just did a reboot and works fine now
-
[Support] Linuxserver.io - Qbittorrent
anyone can help me with running a unrar script, i was running find /qbit-downloads/ -name '*.rar' -execdir unrar e -o- {} and it would unrar into the directory properly using a different docker but since I moved to this one it doesn't recognize the -execdir command for find. if anyone can help that would be awesome
-
[Support] Linuxserver.io - Qbittorrent
has anyone got a good solution to unrar files after completion?
-
[Support] Linuxserver.io - Jackett
sorry to be a pain, but possible to update to v0.8.870 the docker doesn't seem to be updating
-
[Support] Linuxserver.io - Jackett
it is possible to update jackett to the new pre-release 0.8.862 which fixes some torrents sites?
-
[Support] Linuxserver.io - Plex Media Server
how do i run the Plex Media Server - Hardware Transcoding Preview 3 (1.6.0.3720)??
-
[Support] Linuxserver.io - Tautulli
just wondering if anyone installed the latest version and able to load the Geolite2 database function. i can't get it to install
HarryRosen
Members
-
Joined