FreeNAS 8.3 DeltaCopy to rsync HELP with permissions.

Status
Not open for further replies.

DenS

Dabbler
Joined
Jan 7, 2013
Messages
16
I am pushing folders from Windows 7 to FreeNAS 8.3 using DeltaCopy as the client.

Here is the rsync command line:

rsync.exe -v -rlt -z --chmod=a=rw,Da+x --delete "/cygdrive/C/Dummy/" "192.168.10.120::backups/Dummy/"

The push works perfectly except that the files on NAS2 can not be edited.

Can anyone please help me so I can delete these test files from the NAS2 volume and set this up so future backups will be read / write.

Obviously I am new the FreeNAS and to working in the FreeBSD environment.

Thank you very much..
DenS
 

DenS

Dabbler
Joined
Jan 7, 2013
Messages
16
PS:
I learned enough FreeBSD to delete the unwanted folders using the shell.

*** Just need to know how to push the backup folders onto the FreeNAS volume with open read / write rights.

Thanks
D
 

aidasan

Explorer
Joined
Aug 9, 2011
Messages
67
can you post here the solution ?
\it can be useful for other people
thanks
 

DenS

Dabbler
Joined
Jan 7, 2013
Messages
16
I found adding -p as an additional parameter opened up the permissions on the FreeNAS drive.
 
Status
Not open for further replies.
Top