leadersvilla.blogg.se

Resilio sync centos
Resilio sync centos








resilio sync centos resilio sync centos

The error output is telling you that you cannot write to the directory /mnt/nfs/synology/websites (i.e. I'm guessing it's telling me that it's permission related, but the strange thing is that I can write to both the source and destination directories just fine if I am not using rsync. Rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1052) Sent 5196 bytes received 37 bytes 10466.00 bytes/sec Rsync: recv_generator: mkdir "/mnt/nfs/synology/websites/.uk" failed: Permission denied (13) *** Skipping any contents from this failed directory *** Rsync: recv_generator: mkdir "/mnt/nfs/synology/websites/.sync" failed: Permission denied (13) Rsync: failed to set times on "/mnt/nfs/synology/websites": Operation not permitted (1) When I try and run it for real I get this: sending incremental file list Sent 6132 bytes received 973 bytes 14210.00 bytes/sec If I do a dry run it shows me what's going to be copied just fine. The rsync command is rsync -avz ~/resilio-sync/websites /mnt/nfs/synology The directory I am looking to copy is located at ~/resilio-sync/websites. I have the NFS share mounted at /mnt/nfs/synology. I can create files and browse it without problems from the CentOS server. The NFS share is mounted to the CentOS server fine. I am trying to run a simple rsync script from my CentOS server to copy files and folders to a mounted NFS share on my Synology NAS.










Resilio sync centos