>> Rsync's man page inidcates support for ACLs, but does not mention what
>> ACL model is supported.
>
>Rsync supports POSIX ACLs as described at http://acl.bestbits.at/ .
>
>> > - Rsync uses Unix-like UIDs and GIDs. [...]
>
>> Presumably, if rsync supports ACLs, it supports the NFSv4 style
>> "use
Hi @all!
I want to backup Windows files to a Linux Server including the Windows ACLs.
I found this at nabble.com
http://www.nabble.com/Rsync-windows-acls-td21205816.html
-
On Mon, 2008-12-29 at 09:54
>Hi @all!
>>
>>I tested what happens with a file which is saved at a FAT32 partition and
>>then this partition is converted to NTFS.
>>So first I transfered the file with rsync from the FAT32 partition to my
>>Linux /home folder. Then I converted the FAT32 partition to NTFS.
>>After the conver
Hi @all!
I tested what happens with a file which is saved at a FAT32 partition and then
this partition is converted to NTFS.
So first I transfered the file with rsync from the FAT32 partition to my Linux
/home folder. Then I converted the FAT32 partition to NTFS.
After the convertation I transfe
Hi everybody!
I don't ask this question together with my previous ones, because it is a new
theme.
I also wanted to backup files from a Windows client to a Linux Server. For
testing I transfered a 512MB file with a bandwidth of 10Mbyte/s.
So when I run the rsync command from the Linux machine
Hi everybody!
Since two months I tested a lot with rsync, and found out great things.
But I still have a question, maybe two.
1. Was it possible in earlier rsync versions (below version 2.7 I thing, where
the ssh option was not set as default) to read out the packets rsync sent? I
mean could yo
>
>
>The first command is transferring the file and the second is not,
>because the file has already been transferred. That's why the first
>command is taking longer. What did you expect to see?
>
>
>--
>Matt
Thanks for your patience, Matt.
But when I change the user rights on this file with
>
> But the strange thing with the timestamps is still disturbing me.
> I deleted the cache as Sven told me with a bash file:
>
> sync
> echo 3 > /proc/sys/vm/drop_caches
Did you do this between EVERY step below?
> After creating a file of 1GB I copy it with the standard rsync command.
> Then I
Thanks a lot guys!
I tested several files with the compression option and the compress level.
But the strange thing with the timestamps is still disturbing me.
I deleted the cache as Sven told me with a bash file:
sync
echo 3 > /proc/sys/vm/drop_caches
After creating a file of 1GB I copy it wit
@Paul:
Yes, I ran sync on both machines. The same results! :(
@Matt:
I want to test it local, but how can I do it? I don't see the amount of data
rsync do compress.
___
NUR NOCH BIS 31.01.! WEB.DE FreeDSL - Telefonanschluss + D
Hi @all!
Sorry about that many questions, but after searching and reading tons different
web sites, I didn't find exactly what I am searching for.
So, I know that with the -z Option rsync compresses the files with gzip, than
the files are transfared and at the target machine uncompressed.
I wan
-Ursprüngliche Nachricht-
Von: "Paul Slootman"
Gesendet: 27.01.09 11:25:31
An: rsync@lists.samba.org
Betreff: Re: Chance of equal checksum and changing blocks
On Tue 27 Jan 2009, David de Lama wrote:
> Then I wanted to overwrite 25 blocks:
> dd bs=1M if=/dev/urandom o
>
>Here's an example. Suppose the block size is 900 bytes (i.e., you
>either specified --block-size=900 or saw blength=900 in the output).
>Then you could use the following command to overwrite blocks 40 through
>45 of the file (counting from 0) with zeros:
>
>dd bs=900 if=/dev/zero of=/home/test.
Hi @all!
I have two questions:
- First, am I right that the chance of getting the same 32-bit rolling checksum
is 1/2^16 and to get the same 128-bit MD5 Hash is 1/2^127?
- Finally I want two know if it is possible to change an amount of blocks
manually?
e.g. I made a 100 MB file with "dd if=/
Hi all!
I want to make a similar table as on the tech report at
http://rsync.samba.org/tech_report/node6.html
But with which command rsync shows me these stats?
With --stats I get the heap statistics. I didn't find anything about the
abbreviations.
Could someone tell me please what e.g. ordblks
That decision obviously depends on processing power and network capacity
available. A recent thread on Slashdot
(http://tech.slashdot.org/tech/08/12/14/162235.shtml) mentioned this
research which might give more insight:
http://www.cs.cmu.edu/~dga/papers/dsync-usenix2008-abstract.html
And btw, I
Hi all!
I've got a question about rsync using the MD5 algorithm.
I know that rsync makes blocks of a file and then compares the checksums of
each block.
If the checksum is unequal the block is tranfered.
Otherwise it could be that the checksum is the same but the block is different.
Therefor r
17 matches
Mail list logo