Permission denied (13)

Hi all,


Just trying to get this to work to see if we can replace the deltacopy client we're using.....

I'm getting the following error and nothing is copied to the server:

2017/03/06 03:00:00 FULL_BACKP Performing a full backup of E:/
2017/03/06 03:00:11 VSS_CREATE Shadow copy created for 'E:'
2017/03/06 03:00:14 RSYNC_COMMAND rsync command: rsync --server --modify-window=2 --out-format=%n --links --recursive --delete-during -tudne. . MSExchange/MyServerName/
2017/03/06 03:00:14 RSYNC_PATTERN Add pattern: - /.acrosync/
2017/03/06 03:00:14 RSYNC_ERROR rsync: readlink_stat("/MyServerName/.thumbnail/M" (in MSExchange)) failed: Permission denied (13)

.....

2017/03/06 03:00:15 RSYNC_VSS Removed the shadow copy for 'E:'
2017/03/06 03:00:24 VSS_CREATE Shadow copy created for 'E:'
2017/03/06 03:00:27 RSYNC_COMMAND rsync command: rsync --server --modify-window=2 --out-format=%n --links --recursive --delete-during -tudne. . MSExchange/MyServerName/
2017/03/06 03:00:28 RSYNC_PATTERN Add pattern: - /.acrosync/
2017/03/06 03:00:28 RSYNC_ERROR rsync: readlink_stat("/MyServerName/.thumbnail/M" (in MSExchange)) failed: Permission denied (13)

2017/03/06 03:00:53 RSYNC_VSS Removed the shadow copy for 'E:'

Any ideas?

Thanks


Comments

  • I have excluded directories with name .thumbnail and it seems to be working now.


    thanks all.

  • Good to know that you found a solution.  That error occurred on your server and was returned by the remote rsync.
Sign In or Register to comment.