awshirley

Members
  • Posts

    3
  • Joined

  • Last visited

awshirley's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I've installed the latest version of the Transmission_VPN Docker container. It's working and I can use the GUI to get into it. When I try starting torrent downloads, the number of seeds, leechers and says it's downloading. Only problem is it doesn't download anything. I've got PIA configured properly; I could see it in the logs from the container. Is there something messed up with this container?
  2. To answer your questions. 1. !'m running the command from a Fedora 39 Server. 2. The NAS is Unraid. 3. The destination path is mounted at boot time via fstab. It looks like this from the Fedora Server: root@master-vm-server:/mnt# ls -lha total 5.0K drwxr-xr-x. 5 root root 61 Nov 12 16:19 . dr-xr-xr-x. 23 root root 4.0K Nov 16 11:53 .. drwxrwxrwx. 1 99 users 8 Nov 18 19:40 default_data Destination path is /mnt/default_data on the Fedora Server Source path is 192.168.1.x:/mnt/user/default_data on the Unraid NAS. Not sure what you mean by myfolder in default_data on Unraid. I've used the CLI on unraid and do not see a myfolder anywhere.
  3. I'm using this rsync command to backup a folder from my server to the NAS: rsync -avh --no-links --delete /data/myfolder /mnt/default_data I keep getting this error message on every single file: rsync: [generator] failed to set times on "/mnt/default_data/******************": Permission denied (13) rsync: [generator] failed to set times on "/mnt/default_data/******************": Permission denied (13) I'm running this as root on my server to unraid. For some reason, there's permission issues even though the NFS share has 777 permissions. drwxrwxrwx 1 nobody users 5 Nov 15 11:55 default_data/ Any ideas for what I'm doing wrong? All help is greatly appreciated.