Displaying 20 results from an estimated 800 matches similar to: "Strange behaviour with --max-delete option"
2005 Mar 02
0
[Bug 2408] New: when more than --max-delete files are about to be deleted no error is returned
https://bugzilla.samba.org/show_bug.cgi?id=2408
Summary: when more than --max-delete files are about to be
deleted no error is returned
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo:
2003 Jul 29
1
"-b --suffix '' --delete --backup-dir /path/" combination does not act as expected
Skipped content of type multipart/mixed-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.samba.org/archive/rsync/attachments/20030728/49616c2f/attachment.bin
2003 May 23
1
Opening a file in mode "r+" or "r+b"
While using the file functions have found a few more issues (on both Unix
and Windows) ie
R documentation:
In the "close" description (base package) we see that the possible values
for the mode 'open' the "r+" and "r+b" values are repeated, and are
incorrect the second time. The second set actually corresponds to the "w+" /
"w+b", see
2009 Sep 22
2
75 second (5 x 15) between login request and response
Hello all,
It takes about 75 seconds before Samba answers a login request from a WinXP
SP3 client. After the delay the client connects successfully and can browse
the share. The delay seems to be made up off 5 separate delays of 15 seconds
each judging by the debug logs. The delay seems to be caused by a
configuration issue with the LDAP password backend, but I can't figure out
what the
2011 Mar 14
3
FTP accounts
Hello,
I have setup a centos server running 5.5 and I have a problem with the FTP
settings.
Currently I have two FTP accounts based on that server, they lead to:
/home/bella
/home/carmen
Currently the FPT accounts starts in the home directory when they are logged
in. But they are able to see all directories on the server. What can I do to
make sure they cant come out of there home directory?
2019 Nov 26
2
ssl_min_protocol = TLSv1.3 does not work
Hi all,
I'm trying to set up my server with support for TLS 1.3 only, but that does
not seem to be supported.
First off, TLS 1.3 itself does work fine, so it's not the config or ssl
library, and 1.3-only works fine with Postfix. The problem is only in
disabling TLS 1.2 for Dovecot.
On connection, I'm getting an error that 1.3 is an "Unknown
ssl_min_protocol setting".
Reading
2006 May 26
2
Try to debbug R script
Hi,
I have a bug and I don't find it. Can u help me please.
In attachement :
- My script file : CPU_study.txt
- My data sample file : a.txt
When I use it, the error message is :
> source("H:/R/_workspace/CPU_study_1.R")
Erreur dans "[<-"(`*tmp*`, i, k, value = numeric(0)) : rien ? remplacer
(= error in ... nothing to replace)
I try a lot of thing but it
2004 Oct 05
0
new option implemented: --delete-mdays
Hi folks,
we would like your feedback on a new option we have implemented. We
would like to know whether it should be merged into the CVS
tree. Perhaps one of the rsync developers can have a look at the code,
improve it where necessary, and committ it to CVS.
The name of the option is "--delete-mdays=DAYS" and it works in
conjunction with the option "--delete." It modifies
2002 Sep 03
2
cannot kill smbd processes
Hi there,
A customer of me still uses Samba 2.0.2 and it did work until know.
At the moment we are not able to stop the smbd processes and it is very hard
to gain access to the samba shares (only one user managed)
even when we do a "kill -9 " (noot recommended) the smbd processes are
available.
Does anybody have an idea how to solve this ?
Met vriendelijke groet,
Laurens Wagemakers
2004 Feb 10
3
rsync 2.6.1cvs dumps core when preserve_hard_links and backup
I tried rsync 2.6.1cvs on my FreeBSD 4.X boxes.
It dumps core when preserve_hard_links and backup.
And SUPPORT_HARD_LINKS is true.
rsync -avH --delete --backup --backup-dir=/some/backup/dir \
srchost::dir/ dir/
The core says...
------------------------------------------------------------------------
Program terminated with signal 11, Segmentation fault.
#0 0x80536c0 in keep_backup
2011 Apr 07
1
Huib Laurens
Hello,
I just created the account HuibLaurens on Centos Wiki.
I would like to help contribute with translation to Dutch, I can also help
with monitoring the recent changes.
--
Regards,
Huib "Abigor" Laurens
Support Free Knowledge: http://wikimediafoundation.org/wiki/Donate
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Sep 14
2
rsync error: error in rsync protocol data stream (code 12) at io.c(463)
Hi,
I'm having a problem rsyncing one file (since I signed it). It seems that
the content of a file is able to cause problems in the protocol.
building file list ...
28820 files to consider
apt/packages/avifile/
apt/packages/avifile/avifile-0.7.34-1.dag.rh90.i386.rpm
rsync: error writing 4 unbuffered bytes - exiting: Broken pipe
rsync error: error in rsync protocol data stream (code
2020 Jun 10
2
Delta-compression and --write-devices
Hello,
This is my first time posting to this list. I think I might have found a
bug, but I am not sure, so I appreciate any thought you may have.
I am running rsync 3.2.0dev from Git master revision 916faecb with the
copy-devices patch from rsync-patches master revision f22e220b on Debian
10 and I used the Debian build system to build rsync.
I am running the following command:
alpha# rsync
2014 Jun 16
2
Print files which would be transfered by rsync (when syncing two directories)
Hi together,
after I read "very often" without even a tiny bit of a contradiction, I
start to have the feeling I have a basic misunderstanding of rsync.
Assume one want to get a list of files which would have been transfered
by rsync if rsync was requested to sync directories X and Y and one does
<code>
X=`mktemp`
echo "abc" > $X/1
echo "abc1" > $X/2
2002 Apr 29
1
Garbage collection: RW1041
Have searched through the archives but have been unable to find any related
issues - hopefully I'm not bringing up an old topic.
Am using RW1041 on a Windows NT on a machine with 1Gb of memory. Have a
function doit() that reads in a chunk of data using readBin, performs a
regression, saves out coeffs and then returns. When using Rgui with the
default memory limit of 256Mb I'm able to
2009 Oct 22
11
UFT8 String looks great in MySql, garbage in browser
Hi,
I have some seed data in MySql which contains non-ASCII characters (as
you''d imagine as these are worldwide placenames that I''m storing). In
MySql on the command line they look great, they''re all formatted
perfectly, including Arabic and Chinese characters and they look great.
However, when I ask my Rails model for one of these fields, and render
that in the
2020 May 06
2
How to diff two directories?
Hi,
I use this command. But it also shows the files that are the same. Is
there an option that can be specified so that only the differences are
printed? Thanks.
rsync -avun --delete src dir
--
Regards,
Peng
2007 Dec 06
2
rsync 5.1 base repo question
I have built my repo by copying the content of the ISO images,
maintaining the date.
When I test with:
rsync -avun rsync://mirrors.kernel.org/centos/5.1/os/i386/ \
--exclude=debug/ /repos/centos/5.1/os/i386
the only file listed is:
CentOS/yum-kernel-module-1.0.4-3.el5.centos.2.noarch.rpm
Which I did not get from the ISOs.
but if I leave off the -u option, the list is VERY long. Why?
Also
2008 May 24
1
3.02 bug? Symlink ->foo changed to ->/rsyncd-munged/foo
On Mac OS X 10.5.2 I run rsync to keep a couple of instances of my /
usr/local tree in sync. With Apple's rsync I run (e.g.):
sudo /usr/bin/rsync --rsync-path=/usr/bin/rsync -E --progress -avu --
delete --dry-run --exclude=TeXLive-working-copy/ --exclude=context-
update/ --exclude=.Spotlight-V100/ --exclude=.fseventsd/ \
-e "ssh -i /Users/gerben/.ssh/id_rsync -l root" \
2002 Aug 09
3
Dead Gateway Detection
Hi,
I have a linux box loaded with RH7.1, 3 ethernet with load balance on 2 ISP.
In theory, if one router stop to work (I have turn off for this try), the Dead Gateway Detection,
would re-instradate alla traffic on other link. This not work...someone have more experience on this?
Giorgio Biondi