|
 Fwd: Anacron job rdiff-backup.weekly
dean gaudet <dean-list-rdiff-backup < at > arctic.org>
wrote the following on Sun, 6 Nov 2005 20:23:42 -0800 (PST)
On Mon, 7 Nov 2005, Murali Vadivelu wrote:
Another error!!
ListError private/var/launchd/0/sock [Errno 1] Operation not permitted:
'/private/var/launchd/0/sock'
maybe try with --exclude-sockets?
That should work, but the problem seems to have something to do with
the way your OS treats sockets and extended attributes. Suppose you
have a socket file at /path/sock. Try:
cp -a /path/sock socket_test
getfattr socket_test
Anyway if your this raises an error I think the problem is your OS.
You could avoid the problem by disabling extended attributes, or
excluding sockets like Dean suggested.
--
Ben Escoto
|