On Wed, 21 Mar 2018 11:10:03 -0600, [email protected] wrote: > I'm trying rsync directory (daily backups) and on some files I get > "Permission denied" from rsync: (I'm running the rsync as root)
Maybe so, but... > rsync -av --delete /Monday/Images/O/OSMANFathia2946/ > [email protected]:/Monday/Images/O/OSMANFathia2946/ sending incremental > file list rsync: failed to set times on > "/Monday/Images/O/OSMANFathia2946/.": Operation not permitted (1) ./ > OSMANFathia6463.pdf ...you are writing to the destination computer as thelma. You need to use a user that can write to the destination directories. > Destination dir: > ll Monday/Images/O/OSMANFathia2946/ > total 252 > -rwxr-xr-x 1 root root 44943 Jul 22 2013 OSMANFathia1567.pdf > -rwxr-xr-x 1 root root 42493 Jul 30 2013 OSMANFathia1601.pdf > -rwxr-xr-x 1 root root 49640 Nov 7 2014 OSMANFathia2822.pdf > -rwxr-xr-x 1 root root 56028 Mar 11 2015 OSMANFathia3268.pdf > -rwxr-xr-x 1 root root 54155 Oct 19 2015 OSMANFathia3862.pdf This shows the permissions of files within the directory but not the directory itself, use ls -ld -- Neil Bothwick If it isn't broken, I can fix it.
pgpa5EsDNfWMq.pgp
Description: OpenPGP digital signature

