Jump to content

minhio

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by minhio

  1. strange...just tried it again just now and it seems to be working? strange
  2. docker run -d --name='binhex-rclone' --net='bridge' -e TZ="America/Chicago" -e HOST_OS="Unraid" -e HOST_HOSTNAME="damascus" -e HOST_CONTAINERNAME="binhex-rclone" -e 'RCLONE_CONFIG_PATH'='/config/rclone/config/rclone.conf' -e 'RCLONE_MEDIA_SHARES'='/media' -e 'RCLONE_REMOTE_NAME'='remote' -e 'RCLONE_SLEEP_PERIOD'='24h' -e 'RCLONE_USER_FLAGS'='' -e 'RCLONE_OPERATION'='copy' -e 'RCLONE_DIRECTION'='localtoremote' -e 'RCLONE_POST_CHECK'='yes' -e 'ENABLE_WEBUI'='no' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:5572]/' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/rclone-icon.png' -p '53682:53682/tcp' -p '5572:5572/tcp' -v '/mnt/user/memories/':'/media':'rw' -v '/mnt/cache_nvme/appdata/binhex-rclone':'/config':'rw' 'binhex/arch-rclone' 7711f6f54455efda394275ab61ff0093e59d90878917d583bce61b56b4cc18fc
  3. hello, i'm having trouble setting up binhex-rclone, need some help with pin pointing what i'm doing wrong here's my log output, what might be causing the permission denied? none of my other containers has issues with writing to /mnt/cache/appdata 2024-02-04 11:52:28.460720 [info] Host is running unRAID 2024-02-04 11:52:28.470643 [info] System information Linux 01f456771fad 6.1.64-Unraid #1 SMP PREEMPT_DYNAMIC Wed Nov 29 12:48:16 PST 2023 x86_64 GNU/Linux 2024-02-04 11:52:28.481616 [info] PUID defined as '99' 2024-02-04 11:52:28.493650 [info] PGID defined as '100' 2024-02-04 11:52:28.507385 [info] UMASK defined as '000' 2024-02-04 11:52:28.518079 [info] Permissions already set for '/config' 2024-02-04 11:52:28.529511 [info] Deleting files in /tmp (non recursive)... 2024-02-04 11:52:28.541359 [info] RCLONE_CONFIG_PATH defined as '/config/rclone/config/rclone.conf' 2024-02-04 11:52:28.553515 [info] RCLONE_MEDIA_SHARES defined as '/media' 2024-02-04 11:52:28.564509 [info] RCLONE_REMOTE_NAME defined as 'remote' 2024-02-04 11:52:28.575295 [info] RCLONE_SLEEP_PERIOD defined as '24h' 2024-02-04 11:52:28.586261 [info] RCLONE_OPERATION defined as 'copy' 2024-02-04 11:52:28.597348 [info] RCLONE_DIRECTION defined as 'localtoremote' 2024-02-04 11:52:28.608135 [info] RCLONE_POST_CHECK defined as 'yes' 2024-02-04 11:52:28.618959 [info] RCLONE_POST_REPORT not defined (via -e RCLONE_POST_REPORT), defaulting to 'combined' 2024-02-04 11:52:28.631071 [info] ENABLE_WEBUI defined as 'no' 2024-02-04 11:52:28.643140 [info] Starting Supervisor... 2024-02-04 11:52:28,720 INFO Included extra file "/etc/supervisor/conf.d/rclone.conf" during parsing 2024-02-04 11:52:28,720 INFO Set uid to user 0 succeeded 2024-02-04 11:52:28,720 INFO supervisord started with pid 7 2024-02-04 11:52:29,722 INFO spawned: 'start-script' with pid 98 2024-02-04 11:52:29,722 INFO reaped unknown pid 8 (exit status 0) 2024-02-04 11:52:29,726 DEBG 'start-script' stderr output: mkdir: cannot create directory ‘/config/rclone/logs’: Permission denied 2024-02-04 11:52:29,726 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2024-02-04 11:52:29,729 DEBG 'start-script' stdout output: [info] Running rclone copy for local media share '/media' to remote 'remote'... 2024-02-04 11:52:29,756 DEBG 'start-script' stderr output: 2024/02/04 11:52:29 Failed to open log file: open /config/rclone/logs/rclone.log: no such file or directory 2024-02-04 11:52:29,759 DEBG 'start-script' stdout output: [info] rclone copy finished 2024-02-04 11:52:29,759 DEBG 'start-script' stdout output: [info] Running rclone post check, report located at '/config/rclone/reports/local-to-remote-remote-combined-media.txt'... 2024-02-04 11:52:29,760 DEBG 'start-script' stderr output: mkdir: cannot create directory ‘/config/rclone/reports’ 2024-02-04 11:52:29,760 DEBG 'start-script' stderr output: : Permission denied 2024-02-04 11:52:29,760 DEBG 'start-script' stderr output: /home/nobody/start.sh: line 52: /config/rclone/reports/local-to-remote-remote-combined-media.txt: No such file or directory 2024-02-04 11:52:29,760 DEBG 'start-script' stdout output: [info] rclone post check finished 2024-02-04 11:52:29,760 DEBG 'start-script' stdout output: [info] rclone finished, sleeping 24h before re-running...
×
×
  • Create New...