HarryRosen

Members
  • Posts

    220
  • Joined

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

HarryRosen's Achievements

Explorer

Explorer (4/14)

0

Reputation

  1. 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?
  2. 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
  3. Made the changes and all is good, thank you again
  4. 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
  5. # 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?
  6. 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
  7. yeah i figured it out, I setup the crypt and I can see the unencrypted folder and will just sync off of that
  8. 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?
  9. 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
  10. 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
  11. has anyone got a good solution to unrar files after completion?
  12. sorry to be a pain, but possible to update to v0.8.870 the docker doesn't seem to be updating
  13. it is possible to update jackett to the new pre-release 0.8.862 which fixes some torrents sites?
  14. Fixed it was a bad controller please close
  15. Oct 17 16:52:05 HOMESERVER kernel: DMAR: DRHD: handling fault status reg 3 Oct 17 16:52:05 HOMESERVER kernel: DMAR: [DMA Read] Request device [05:00.0] fault addr f9000000 [fault reason 06] PTE Read access is not set anyone have an idea how i can fix these errors? or can I ignore them