Hi all,
I try to use rsync with acl support. Files with acls were transfered but the
acls of direcotries don`t! Is it not possible to transfer acls of diretories?
Any suggetions?
info: rsync-2.6.2-8 (rpm from sles9)
cheers
Stefan
--
To unsubscribe or change options: https://lists.samba.or
Hi all,
I try to use rsync with the option --acl but it doesn`t work.
send_acl : sys_acl_get_file(haservices, SMB_ACL_TYPE_ACCESS): Operation not
supported
Does my rsync-package don`t support acls or what is going wrong here?
How can I ensure that my rsync version is compiled with acl support?
You are not authorized to send mail to the CYBERIA-L list from your
rsync@LISTS.SAMBA.ORG account. You might be authorized to post to the list from
another of your accounts, or perhaps when using another mail program configured
to use a different e-mail address, but LISTSERV has no wa
On Thu, Sep 29, 2005 at 09:29:28AM -0400, Ryan Kather wrote:
> Is it possible to use RSYNC to only delete files that exist at the
> destination, but not the source. I would like RSYNC to remove files
> that exist at the destination but do not exist at the source WITHOUT
> copying or creating any a
On Thu, Sep 29, 2005 at 04:26:38PM +0200, Guillaume Etorre wrote:
> Looks like it's working for me. I can't say it doesn't break anything
> else though. I'll do some more testing.
The only thing I'm currently concerned about is compatibility between
a new version with this change and an old versi
On Thu, Sep 29, 2005 at 11:59:53AM +0200, Judith Flo wrote:
> Excuse me,
> The permissions of the destination directory are 600 (no
> execution permissions neither for the user, nor the rest of users).
Ahhh! That makes a big difference from mode 700 (which I assumed meant
that the dir was owned b
Looks like it's working for me. I can't say it doesn't break anything
else though. I'll do some more testing.
Does this have any chance of making it into 2.6.7?
--
Guillaume
Wayne Davison wrote:
On Tue, Sep 27, 2005 at 07:10:31PM +0200, Guillaume Etorre wrote:
Is there any reaso
My rsync was working from a cron job for a long time. Suddenly, I
started to get the error:
rsync: writefd_unbuffered failed to write 85 bytes: phase "unknown"
[receiver]: Broken pipe (32)
rsync error: error in rsync protocol data stream (code 12) at
/SourceCache/rsync/rsync-20/rsync/io.c(909)
I
Is it possible to use RSYNC to only delete files that exist at the destination,
but not the source. I would like RSYNC to remove files that exist at the
destination but do not exist at the source WITHOUT copying or creating any
additional files.
If RYSNC can't do this, does someone know a ni
On Mon 26 Sep 2005, Warrick FitzGerald wrote:
>
> I used to use cpio to archive the mail store, but that's just getting
> silly now that there's about 40GB that it needs to run through.
>
> I tried running rsync in order to backup the data, but as soon as I
> started running the script the machin
Excuse me,
The permissions of the destination directory are 600 (no
execution permissions neither for the user, nor the rest of users).
I don't use a script (i did but after got that error i did the
test without it)
As i said in the first message, the command is:
yoshi:~$ rsync -av sinc.sh -e "s
This caught me out too. Its not easily seen.
Try adding to rsyncd.conf
strict modes = false
Read rsync server docs.
I quote the relevant bit:
--
secrets file
The file must normally not be readable by "other"; see "strict modes".
--
12 matches
Mail list logo