Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] rsync: mkstemp - failed: Permission denied (13)
Date: Wed, 21 Mar 2018 17:36:21
Message-Id: 20180321173604.222d4c1f@digimed.co.uk
In Reply to: [gentoo-user] rsync: mkstemp - failed: Permission denied (13) by thelma@sys-concept.com
1 On Wed, 21 Mar 2018 11:10:03 -0600, thelma@×××××××××××.com wrote:
2
3 > I'm trying rsync directory (daily backups) and on some files I get
4 > "Permission denied" from rsync: (I'm running the rsync as root)
5
6 Maybe so, but...
7
8 > rsync -av --delete /Monday/Images/O/OSMANFathia2946/
9 > thelma@10.10.0.6:/Monday/Images/O/OSMANFathia2946/ sending incremental
10 > file list rsync: failed to set times on
11 > "/Monday/Images/O/OSMANFathia2946/.": Operation not permitted (1) ./
12 > OSMANFathia6463.pdf
13
14 ...you are writing to the destination computer as thelma. You need to use
15 a user that can write to the destination directories.
16
17 > Destination dir:
18 > ll Monday/Images/O/OSMANFathia2946/
19 > total 252
20 > -rwxr-xr-x 1 root root 44943 Jul 22 2013 OSMANFathia1567.pdf
21 > -rwxr-xr-x 1 root root 42493 Jul 30 2013 OSMANFathia1601.pdf
22 > -rwxr-xr-x 1 root root 49640 Nov 7 2014 OSMANFathia2822.pdf
23 > -rwxr-xr-x 1 root root 56028 Mar 11 2015 OSMANFathia3268.pdf
24 > -rwxr-xr-x 1 root root 54155 Oct 19 2015 OSMANFathia3862.pdf
25
26 This shows the permissions of files within the directory but not the
27 directory itself, use ls -ld
28
29
30 --
31 Neil Bothwick
32
33 If it isn't broken, I can fix it.

Replies

Subject Author
Re: [gentoo-user] rsync: mkstemp - failed: Permission denied (13) thelma@×××××××××××.com