Displaying 20 results from an estimated 2000 matches similar to: "rsync read block size"
2008 Oct 25
2
can not compile 1.1.5 with BDB
Hi!
I'm trying to use dovecot-1.1.5 with Berkley DB 4.6.21 on OpenBSD.
While compiling I get this:
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-sql \
-DPKG_RUNDIR=\""/var/run/dovecot"\" -I/usr/local/include -std=gnu99\
-g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations \
-Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast \
2006 Sep 19
2
[OT] SVN: Anybody use BDB?
I''m moving my Subversion repository to a new server. The old server uses
Berkeley DB/Sleepycat and if memory serves, it was a lot of effort to
set that up -- so I think I''ll try FSFS. Does anybody use BDB and prefer
that over FSFS? Or had any problems with FSFS? (I never had any problems
with BDB, performance or otherwise, btw.)
Thanks,
Joe
--
Posted via
2005 Dec 01
6
Linking against a specific Berkeley DB install
I sent this question to the OpenLDAP list yesterday, but I still haven't
seen the message come across the list. I am asking here in the hopes of
getting a faster response.
I am trying to compile OpenLDAP 2.3.11 from source on CentOS4. I have the
rpm for db4-4.2.52-7.1 installed and also a source build of BerkeleyDB in
/usr/local/BerkeleyDB.4.4.
How do I get OpenLDAP to link with the bdb
2004 Jul 25
2
which DB to use? or Why Berkley DB vs. MySQL, etc
What are the criteria you use to select which DB to use with *
Built in DB1/Berkley DB
MySQL add in
Postgres
Unix odbc
Brian's dbodbc
Beyond just having a relational DB or not.
Performance?
DB size?
Ease of Access?
Portability?
Gui/browser access
...
Any comments on how to bring this all into focus?
2009 May 22
4
Does rsync detect file corruption?
Hello,
Suppose that every day cron runs this:
rsync -a --times --delete $HOME /my/backups/dir/latest
In general, rsync will only update a file if it has been modified. Now,
imagine that one of the files becomes corrupted in the backup directory,
but the timestamp hasn't changed. Will rsync detect this?
I am using rsync in a backup solution which could be summarized to:
cd
2006 Nov 09
8
Distroy to experiment with Xen?
Hello,
I would like to experiment with Xen some to see how I could integrate
it in my various web application environments and hopefully make my
life easier. I am currently using FreeBSD 6 but it seems that it
doesn''t fully support Xen. I did some searching around and also notice
some posts on mailing lists mentioning some trouble with the CentOS 4
distribution (something about the
2012 Jul 05
4
rsync based on checksum only
Is it possible to tell rsync *not* to use file names, date stamps, etc and
only use the checksum for deciding if a file is the same?
the remote machine "normalizes" a set of file names to remove all
punctuation marks and forces all file names to lower case. The files
themselves are unchanged.
--checksum looks promising but it does not say anything about file names:
-c, --checksum
2008 Oct 23
2
asking for root password
We are using rsync to pull backups created on our server.
The command below is run as a cronjob and it works great.
rsync -avu --rsh "ssh -l root" root@servername:/var/lib/mysql/backups/ /backups/mysql/
We have a new server that will replace the old server that rsync pulls backups from.
On the system that is running rsync, I switched the servername in the command above to the new
2008 Jan 25
2
rsync on multiple ports?
Hi all,
I need my rsync to listen on port 8090 as well as on the standard rsync port. Is this possible, and if so, how does one do this? Thanks!
Robert
-------------- next part --------------
HTML attachment scrubbed and removed
2008 Feb 11
1
backup via an intermediate drive
Hi,
I have a backup server running for a media company i work with that's
being moved offsite to a server house. Obviously I still want to run
the regular backups but the problem is that the outgoing connection
from the companies studio can not handle the amount of data that needs
to be transferred. Due to this the server housing company has
provided a service through which they
2009 Jul 28
1
Possibly bug in rsync-3.0.6 when spaces are there in destination path
The below command works perfectly and it creates "test file" on destination
host.
rsync -avz /tmp/test\ file destination:/tmp/
sending incremental file list
test file
sent 91 bytes received 31 bytes 27.11 bytes/sec
total size is 0 speedup is 0.00
The below two command doesn't work. The rsync creates "test" file on
destination host in both of below cases.
1. I want to
2009 Dec 29
3
[Bug] having parentheses in filenames causes failure
Hi,
I don't know how to exactly describe the bug, but the following
test-case reproduces the bug in 3.0.6
mkdir rsync-test
cd rsync-test
mkdir -p "src/directory (name)"
touch "src/directory (name)/somefile"
mkdir dest
rsync --archive --dry-run --verbose "src/directory (name)/"
"$USER at 127.0.0.1:$PWD/dest/directory (name)"
The error is:
bash: -c:
2010 Jan 05
2
Ignoring parts of stat(2)
How do I make rsync ignore and not report or update certain parts
of the [l]stat(2) struct or checksum when selecting which items to
report or update in a hierarchy?
For example, I want to run:
rsync -Haxi --delete /hier1/ /hier2/
and have it NOT do anything if say ONLY the modtime differs.
Leaving out or in the --times [-t] option from the expansion of -a
to -rlptgoD obviously does not do this.
2010 Jun 17
2
feature request: lzma compresion (7zip)
Hello,
many linux SW is starting to implement new lzma compresson instrad of old zlib (gzip) od bzip2.
lzma is default comrpession in very good compression SW 7-zip, which is faster and have higher compression ratio then bzip2 or rar.
Currently its probalby the best compressor in therms of compression and decompression speed / compression ratio.
In linux there is GNU lzma SW which implements
2010 Jun 26
1
--recursive and -H
Hello,
I have a question regarding using the --recursive option when preserving hard link with -H. How is it, that these two options are compatible when used together? I would think that RSYNC would need to see all files/inodes before transferring, to preserve hard links. But yet it still starts transferring before reading the entire file list.
Don't get me wrong, this is excellent as
2010 Jul 14
1
Linux, rsync files excluding open/busy files
Hi,
I read many posts about this, faq, googled, and finally got to write here.
The scenario/question is this:
I want to transfer files from Server B -> Server C
the problem is that, files that are to be transfered may be open/busy,
meaing they are "not still complete, " or they are open while rsync is
run.
Is there a way to automatically handle these open files using rsync ,
rsync
2012 Aug 29
1
Destination file is larger than source file
We are using the standard -av switch. And both filesystems are the same -
UFS.
/opt/rsync/bin/rsync -av -e "ssh -l root" --delete
--exclude-from=/var/scripts/exclude
--password-file=/var/scripts/transfer.passwd <username>@<source
host>::<source dir>/ /<destination dir>
Source system
<source host>:<source dir># du -sh *
1K nohup.out
20G
2012 Sep 27
1
I found a buggie
Hello, people. Sorry but I found that when you do rsync to a not created
destination it makes a mkdir in order to accomplish the work. The problem
comes when there are some uncreated parents in the destination directories.
That's just because in the builtin mkdir isn't specified the -p option.
Thus, the problem is solved just adding the -p option to the built in mkdir
in the code you
2007 May 05
1
rsync --delete-existing needed
Hi,
I made the mistake of doing an rsync of a directory into the wrong
destination,
so that the destination became a mix of two directories of unrelated files.
Top unravel the mess, I could need something like a --delete-existing
option.
The semantics would be to delete at the destination ONLY those files that
exists at the
source.
I tried to concoct a combination of options that would do
2011 Sep 12
2
Ignoring /boot
Hi,
I have the following script that I'm writing to backup my gentoo linux
system.
----- start of script -----
#!/bin/sh
#
#
RSYNC_OPTS="--archive --one-file-system --perms --executability --progress
--stats --delete-after --hard-links --keep-dirlinks --verbose --inplace"
RSYNC_USER="bs"
RSYNC_SERVER="192.168.6.6"
RSYNC_MODULE="ben-desktop"