similar to: rsync not updating files even with checksum flag

Displaying 20 results from an estimated 10000 matches similar to: "rsync not updating files even with checksum flag"

2006 Oct 03
1
large files not being synced properly while being uploaded to samba share
Hello, I have run into an issue with rsync that I?m hoping someone can help with. We are using rsync to mirror data between a samba share on an internal staging server and our production ftp servers. The rsync runs from cron every 15 minutes. Occasionally, the rsync will run while somebody is uploading a large file to the samba share (for instance an iso image). The file appears to make
2006 Oct 11
0
files not being updated even with -c after being uploaded to a samba share
Ok, I think I understand the issue here. Basically when you use windows to upload a file to a samba share the entire size of the final file is "reserved" and filled with 0s. When rsync runs the file is synced out in its present incomplete state. However, the problem I have is that running rsync even after the file is completely uploaded with the -c (checksum) flag is failing to
2006 Oct 03
1
way to make files not show up until completely transferred?
Hello, I have run into an issue with rsync that I?m hoping someone can help with. We are using rsync to mirror data between a samba share on an internal staging server and our production ftp servers. The rsync runs from cron every 15 minutes. Occasionally, the rsync will run while somebody is uploading a large file to the samba share (for instance an iso image). The file appears to make
2003 Aug 27
4
Why FLAC, why not MAC?
Why do some of you use FLAC for lossless encoding? I've done some test and MAC filesizes were always smaller. I don't seem to see what the problem is. CH4R1ie --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word
2005 Apr 26
3
Need Help with rsyncd.conf
What do this uid =0 anfd gid = 0 mean? Can it pose any security issues. Thanks, VC [root] path = / auth users = XXX secrets file = /usr/local/etc/rsyncd.secrets uid = 0 gid = 0 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2006 Jul 07
3
Rsync over samba mounts (bad file descriptor)
Hello everyone I am trying to do incremental backups using rsync and SSH. I have a windows server with two shares on it that I want to sync remotely to another machine. [----------------] | windows server | [----------------] [----------------] | FreeBSD server | [----------------] [----------------] | SuSe server | [----------------] I have two samba mounted shares on the BSD server,
2006 Jun 23
2
rsync and mysql with users connected
Hi, I want to apologise for my bad english (I'm french). So I need to Back-up a lot of datas from a place to an another by the way of rsync with ssh naturally. A good question from my boss was : What happened when the mysql database is used by a user during the Backup ? Is the system stop the Backup or is it transparency for rsync ? Sorry if my question is stupid but I haven't
2009 Sep 04
2
rsync algorithm for large files
I thought rsync, would calculate checksums of large files that have changed timestamps or filesizes, and send only the chunks which changed. Is this not correct? My goal is to come up with a reasonable (fast and efficient) way for me to daily incrementally backup my Parallels virtual machine (a directory structure containing mostly small files, and one 20G file) I?m on OSX 10.5, using rsync
2005 Apr 28
2
Files =>2GB"
Hello to the list, We have installed samba 3.0.12 on a solaris sparc server , mainly acting as a backup-server. Now the problem: Some user want to save whole disk-images on their shares which exceed the 2 GB limit. Now my question: Do i need to compile with option "-m64" , or is the underlaying FS responseable for a successful action Kind regards martin schreiber
2007 Sep 15
5
File changed during save....
hi! i want to use rsync for backup to central storage. from emc networker i know some nice feature - it`s telling about "changed files during save" - i.e. i know which files have changed their contents while being backed up. for example you can see if shutdown of some oracle database was forgotten and that database was backed up online accidentally. what`s the rsync equivalent to
2001 Nov 08
4
win2k + >2GB files problem
hi! I have a problem with rsync (current CVS version), running on a win2k machine (rsync compiled using Cygwin). c:\rsync>rsync --version rsync version 2.4.6dev protocol version 24 Copyright (C) 1996-2001 by Andrew Tridgell, Paul Mackerras and others Capabilities: 64-bit files, socketpairs, hard links, symlinks It can DOWNload >2gb files from my linux box (with rsync reporting negative
2003 Mar 23
1
[RFC] dynamic checksum size
Currently rsync has a bit of a problem with very large files. Dynamic block sizes were introduced to try handle that automatically if the user didn't specify a block size. Unfortunately that isn't enough and the block size would need to grow faster than the file. Besides, overly large block sizes mean large amounts of data need to be copied even for small changes. The maths indicate
2003 Jan 09
8
make lo-fi sound as good as RealAudio?
Can someone who really knows the Ogg command-line encoder, help recommend the best setting for 33.6k modem stereo music streaming? (56k doesn't count cuz many people's 56k modems don't work at a full 56k, and I want them to be able to surf CD Baby at the same time as listening. 2 minutes / 120 seconds of audio should be about 400k.) I'm at my wit's end: tried everything I
2006 Jun 26
3
no true incrementals with rsync?
for example's sake: With traditional backup systems, you keep a base (full backup, let's say every 30 days), then build incrementals on top of that, eg. (what has changed since the base). So, to restore, you copy over your base, then copy each incremental over the base to rebuild up to the latest snapshot. (*copying new incrementals files over older base files*) With rsync, (using
2005 Oct 19
1
Initialising a mirror
Dears, I would like to mirror data from 2 servers connected together via VPN over ADSL lines (dwn 2Mbps/Upld 512Kbps). I'm sure rsync is one of the best tool to keep these data in sync but how should I use it to initialise the mirror? I'm currently testing the solution with 10Gb of data to keep in sync. But on my lines it would take more than 40 hours to initially create the
2009 Jun 02
1
Difference between rsync -r S1 S2 T and cp -r S1 S2 T
The manual says rsync can be used as an improved cp command. If S1 and S2 are (local) source files or directories and T is an (local) existing directory, is it safe to think that $ rsync -r S1 S2 T does the same thing as $ cp -r S1 S2 T , assuming no trailing slashes in S1, S2? -- View this message in context:
2005 Aug 14
1
Is it possible for source and destination to be server
Is it possible to run rsync with both source and destination on the remote server? such as rsync -ar -e ssh user@domain.net:/dir1/ user@domain.net:/dir2/ ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2005 Sep 22
2
Running 'rsync' as root misses files
Hi all, I was wondering, I run (inside another program) 'rsync' as 'root' using '--files-from'. It seems to error though on files with permissions where 'everyone' does not have read permissions (ie: permissions of '0640'). Is this the normal behaviour for 'rsync' could I be missing something? Thanks!
2006 Apr 27
1
Filename too long
This is the rsync version I am using. rsync version 2.5.5 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums I have a file with a looooong name which I rsync from PC1 to PC2. (redhat-9) I am getting the
2006 Jun 07
1
Windows rsync
Hi there I am new to rsync so be gentle Ok i install cwRsync and i used the script that came with it but just added my filename and remote computer. right now it says rsync -r -delete /c/backup/ 192.168.1.152::/c/backup i also tried it with rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/c/backup and rsync -r -delete /cygdrive/c/backup/ 192.168.1.152::/cygdrive/c/backup the error