Re: Removing folder at destination

2019-11-22 Thread Fabian Cenedese via rsync
>Why not exclude 2_ASSETS from the first run, and then do a second run to >rsync the _contents_ of 2_ASSETS to the target 01_us_eng directory? > >Add /01_us_eng/2_ASSETS/ to the exclude.txt file. > >rsync -rvz --exclude-from=exclude.txt source destination >rsync -rvz source/01_us_eng/2_ASSETS/

Re: rsync many processes and slow backup

2019-07-12 Thread Fabian Cenedese via rsync
At 10:56 12.07.2019, Hannes Hutmacher via rsync wrote: >Hi all! :-) > >I have a small rsync script to sync my data to a usb-disk. It works fine, when >I start it in console. I get 3 rsync processes (look in top) and the backup >takes ~25 min. But, when I add the script in cron to start it at

Re: Exclude and delete or not delete

2018-12-05 Thread Fabian Cenedese via rsync
>You need to switch to filters where you have the additional options >hide, show, risk, and protect. See the filter rules section of man rsync. Thanks for the hint. Though I've been using rsync for years this part has somehow escaped me. I've read up on the filters and they do what I need. The

Re: Exclude and delete or not delete

2018-12-04 Thread Fabian Cenedese via rsync
>> I'm looking for a way to exclude and delete some items but not delete >> other items. Use case: >> >> I'm on Windows where there are folders like recycle.bin and system >> volume information on every drive. I can exclude them while backing >> up my data drive. But I now also have other data

Exclude and delete or not delete

2018-12-04 Thread Fabian Cenedese via rsync
Hello I'm looking for a way to exclude and delete some items but not delete other items. Use case: I'm on Windows where there are folders like recycle.bin and system volume information on every drive. I can exclude them while backing up my data drive. But I now also have other data that is

Re: rsync of big image files from virtual hosts takes lot of time

2018-10-22 Thread Fabian Cenedese via rsync
>This is the output with --stats for a 50GB image. >Appended also the output from time. >You see it's horrible slow. Please give also the source and destination parameters from your rsync command. These define whether it's a local sync or not (for rsync), the hardware setup doesn't really

Re: Invalid argument with version 3.1.3

2018-10-01 Thread Fabian Cenedese via rsync
At 23:39 29.09.2018, Daniel Feenberg via rsync wrote: >Content-Transfer-Encoding: 7bit > > >We reently upgraded our rsync client from Freebsd 10.2 to 11.2 which upgraded >our rsync from 3.0.6 protocol version 30 to 3.1.3 protocol version 31. The >server remains Freebsd 11.1 with rsync 3.1.2

Re: rsync to my external eSATA HD is crashing/freezing my system...

2018-03-19 Thread Fabian Cenedese via rsync
>Since the move to fc26, this command has caused the complete freeze/crash of >the system. I tried it under multi-user non-graphic mode in case it was >something to do with new graphics systems (don't know why). The output of the >above always stops at: >sending incremental file list

Re: rsync time machine backup permissions

2018-03-19 Thread Fabian Cenedese via rsync
At 11:22 19.03.2018, Andre Althoff via rsync wrote: >Dear rsync users, > >I'm trying to copy my Time Machine Backup from my old USB hard drive to a new >one. I got error messages, because rsync don't create group and other >permissions. > >Did I use the correct parameters? Who has an idea, what

Re: Bug: rsync erroneously changes modification time

2017-06-12 Thread Fabian Cenedese via rsync
At 08:11 12.06.2017, max.power--- via rsync wrote: >Content-Transfer-Encoding: 7bit >Content-Disposition: inline > >How exactly does rsync determine that the copy has the incorrect >timestamp and not the source file? >Does it assume that the copy must be incorrect or are there other >criteria

Re: Aw: rsync show files changed during transfer - how?

2016-12-19 Thread Fabian Cenedese
At 17:00 19.12.2016, devz...@web.de wrote: >>http://olstrans.sourceforge.net/release/OLS2000-rsync/OLS2000-rsync.html > > But the filename twice can happen under other circumstances; if you've >seen this happen, it's almost certainly because the file changed during >transfer. Rsync does no

rsync on Windows 10 Linux subsystem

2016-08-18 Thread Fabian Cenedese
Hi Has anybody had the chance to test the new Linux subsystem on Windows 10 and compare the rsync performance to e.g. a Cygwin or MinGW compiled rsync? bye Fabi -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

Re: rsync on Windows questions

2016-07-01 Thread Fabian Cenedese
At 10:35 01.07.2016, Fabian Cenedese wrote: >At 10:12 01.07.2016, Simon Hobson wrote: >>> I'm having problems with the user rights. The backup works >>> ok but after restoring some files I can't access them. >> >>That's to be expected. >>NTFS has a very

Re: rsync on Windows questions

2016-07-01 Thread Fabian Cenedese
At 10:12 01.07.2016, Simon Hobson wrote: >> I'm having problems with the user rights. The backup works >> ok but after restoring some files I can't access them. > >That's to be expected. >NTFS has a very rich permissions system and rsync won't be capturing that. >While it's a PITA, your best best

rsync on Windows questions

2016-07-01 Thread Fabian Cenedese
Hi I'm using a cygwin compiled rsync on Windows to backup and restore files from my local Windows computer. I'm trying several destination types: - remote with rsync:// - Samba share \\Server\Share - local drive I'm having problems with the user rights. The backup works ok but after restoring

Re: rsync failure on corrupted source data

2016-06-28 Thread Fabian Cenedese
At 05:55 28.06.2016, Paul J. Durack wrote: >I am trying to copy data from a partially corrupt backup (time machine) disk >on a os x system to another. >And am getting the following error: > >Backups.backupdb/durack1ml/2016-02-10-091749/durack1ml_hdd/Applications/Adobe >Media Encoder CC

Re: Operation not supported (95)

2016-06-24 Thread Fabian Cenedese
>> In addition to what Kevin said, if you are rsync-ing to a SAMBA share, you >> will be limited to what the SAMBA server supports and not all are >> configured to enable ACL support. > >The 'backup' Samba share on the destination machine is configured with > >inherit acls = yes >inherit

Re: Delete remote folder

2016-06-03 Thread Fabian Cenedese
At 10:27 02.06.2016, Fabian Cenedese wrote: >Content-Transfer-Encoding: 7bit > >Hi > >I'm trying to build a backup system based on rsync. It should >work with different destinations (local, share, remote etc) that's >why I'm looking for ways how every operation can be contro

Re: Delete remote folder

2016-06-02 Thread Fabian Cenedese
At 13:22 02.06.2016, you wrote: >Content-Transfer-Encoding: 7bit > >Fabian Cenedese <cened...@indel.ch> wrote: > >> This script is bash and also uses the "remote shell hacks" using SSH. >> As I want to run it also from Windows I'm looking for a rsyn

Re: Delete remote folder

2016-06-02 Thread Fabian Cenedese
At 10:52 02.06.2016, Hans-Christian Jehg wrote: >Content-Transfer-Encoding: 7bit > >Try having a look at this, for inspiration. > >It does require the capability of hard-links on the remote end though... and >it does not resolve your "delete target directory" either, but it might save >you some

Delete remote folder

2016-06-02 Thread Fabian Cenedese
Hi I'm trying to build a backup system based on rsync. It should work with different destinations (local, share, remote etc) that's why I'm looking for ways how every operation can be controlled from the client side. I want to create full backups and incremental backups. For the incremental

Re: Combine exclude files

2016-05-25 Thread Fabian Cenedese
At 14:19 25.05.2016, N.J. van der Horn (Nico) wrote: >Content-Transfer-Encoding: 8bit > >Hi Fabi, > > From the man-page, at the end of FILTER RULES: > >--- >Note also that the --filter, --include, and --exclude options take one >rule/pattern each. >To add multiple ones, you can repeat the options

Combine exclude files

2016-05-25 Thread Fabian Cenedese
Hi I'd like to have a list of excluded items that I can always use and combine them with job-specific excludes (or generally filters). Is it possible to use --exclude-from more than once? Do I have to combine the exclude files into one and give this to rsync? Is there another possibility (that

Re: Synch group with different gid

2016-05-11 Thread Fabian Cenedese
At 08:30 11.05.2016, Fabian Cenedese wrote: >Content-Transfer-Encoding: 7bit > >Hello > >I have a problem while synching between two NAS boxes with Linux. >First NAS: group staff=50 (3.0.3pre1) >Second NAS: groups ftp=50, staff=500 (rsync 3.1.1) > >I synched with -r

Synch group with different gid

2016-05-11 Thread Fabian Cenedese
Hello I have a problem while synching between two NAS boxes with Linux. First NAS: group staff=50 (3.0.3pre1) Second NAS: groups ftp=50, staff=500 (rsync 3.1.1) I synched with -rptgo, without --numeric-ids. The expected result was that the items on the second group would be staff as well even

Re: User controlled i/o block size?

2016-04-12 Thread Fabian Cenedese
At 01:33 12.04.2016, Greg Freemyer wrote: >Content-Transfer-Encoding: 7bit > >I'm just doing a local copy: >rsync -avp --progress Just as side information: In local copies all files are copied wholly, the diff algorithm is not in effect. So if a file changes then it still is copied completely

Failed verification message

2016-04-06 Thread Fabian Cenedese
Hi We synch between servers, some are NAS with RAIDs, some are simple Linux servers. Sometimes I get messages like: WARNING: path/to/file failed verification -- update retained (will try again). What are the possible reasons for this message? I looked on the Internet and found old posts about a

Re: rsync with overlay tree

2016-03-31 Thread Fabian Cenedese
>Since you say the number is small, I suspect that something simple like: > > rsync -hia /path/to/sync/common remotehost: > rsync -hia --ignore-times /path/to/sync/groupN remotehost: > >will be close to optimal. > >Another option is to build an --exclude-from list for the files in the >special

Re: Slow backup

2015-11-25 Thread Fabian Cenedese
>>> I have a large directory with about 0 Milillion files in it to backup by >>> network. Server and client both windows. >>> >>>In order to make backup faster, I created many rsync intances with "-avvu" >>>options. It seems worked, and only take about 5 hours to complete backup >>>job.

Re: why rsync update large directory so slow?

2015-11-24 Thread Fabian Cenedese
At 14:22 24.11.2015, =?gb18030?B?t+fQzg==?= wrote: >Hi: > I have a large directory with about 0 Milillion files in it to backup by > network. Server and client both windows. > >In order to make backup faster, I created many rsync intances with "-avvu" >options. It seems worked, and only take

Re: cut-off time for rsync ?

2015-06-30 Thread Fabian Cenedese
At 10:32 30.06.2015, Dirk van Deun wrote: Hi, I used to rsync a /home with thousands of home directories every night, although only a hundred or so would be used on a typical day, and many of them have not been used for ages. This became too large a burden on the poor old destination server, so

Re: Comparing FLAC header before syncing

2014-12-01 Thread Fabian Cenedese
At 02:24 02.12.2014, Mike Garey wrote: Hi all, I'd like to modify rsync to add a flag to compare the MD5 signature of the unencoded audio data in the header of a FLAC file to determine whether or not to transfer a file. Â The reason being that I've got a large number of FLAC files, many of

Re: Alternative rsync client for Windows

2014-04-11 Thread Fabian Cenedese
At 18:41 08. 04. 2014, Gilbert (Gang) Chen wrote: Hi, there, We're pleased to announce the open beta of Acrosync, a native rsync client for Windows. Key features include: * Easy install, no more dependency on cygwin * Simple GUI, one click to start the sync * sync over ssh

Strangely fast run without error

2014-01-06 Thread Fabian Cenedese
Hi I have a NAS with rsync 3.0.3pre1. I know that is not new, but a NAS is not easy to update. This usually works fine. I have set up jobs to backup various stuff to another NAS. This is the statistics of one run. Though there were seen files (file size, vmware images) it finished almost

Re: rsync --delete not working (no wildcards)

2013-01-28 Thread Fabian Cenedese
At 22:02 28.01.2013 +, Stewart Jeacocke wrote: Hi, I'm trying to copy some directories with rsync and would like to delete files from the destination if they no longer exist in the source. I'm using the following command: rsync -v --archive --hard-links --delete --force

Re: Implicit --itemize

2011-01-19 Thread Fabian Cenedese
At 07:44 18.01.2011 -0800, you wrote: In 5.2.0.9.1.20110118091956.04afb940@localhost, on 01/18/11 at 09:32 AM, Fabian Cenedese cened...@indel.ch said: Hi, Is it possible that SSH -i key could also be scanned by rsync and interpreted as --itemize? That is what is happening. You have -e

Implicit --itemize

2011-01-18 Thread Fabian Cenedese
Hi From reading the man pages I couldn't find such a hint, but is there a way that --itemize is implicitely activated e.g. with using another parameter? Is it possible that SSH -i key could also be scanned by rsync and interpreted as --itemize? Can it be switched off again with --no-i? That

Re: data deduplication

2010-05-25 Thread Fabian Cenedese
At 06:41 25.05.2010 -0400, Mag Gam wrote: I know rsync can do many things but I was wondering if anyone is using it for data deduplication on a large filesystem. I have a filesystem which is about 2TB and I want to make sure I don't have the same data in a different place of a filesystem. Is there

Re: Where to download the rsync binaries for Windows but NOT the cwrsync version?

2010-05-20 Thread Fabian Cenedese
At 07:07 20.05.2010 -0700, juligo wrote: BenXS wrote: When I go to page http://rsync.samba.org/download.html then there is no download of the windows binaries except the cwRsync version. However there must be such a pure-rsync binary version for Windows because I have already an

Re: --timeout not honoured

2009-12-18 Thread Fabian Cenedese
At 14:19 16.12.2009 -0800, Wayne Davison wrote: On Tue, Dec 15, 2009 at 11:41 PM, Fabian Cenedese mailto:cened...@indel.chcened...@indel.ch wrote: I think I know now where my confusion comes from. The reported time is not the actual time without action but the time since the start of the rsync

--timeout not honoured

2009-12-15 Thread Fabian Cenedese
Hi I already wrote about this problem half a year ago but didn't get an answer: http://lists.samba.org/archive/rsync/2009-June/023412.html I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800. But still I often have rsync stall much longer than that. Some examples:

Re: --timeout not honoured

2009-12-15 Thread Fabian Cenedese
At 10:27 15.12.2009 +0100, Fabian Cenedese wrote: Hi I already wrote about this problem half a year ago but didn't get an answer: http://lists.samba.org/archive/rsync/2009-June/023412.html I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800. But still I often have rsync

Re: retrieve files without local dir compare

2009-10-14 Thread Fabian Cenedese
We receive meteorological data from a remote server to a local directory (every 5 min). If the data is here, it is imported by a special software, after the import it will be deleted from that directory. The deleting can't be disabled. Normally I would say, ok download all again, but we get 80GB

Limit rsync running time

2009-09-17 Thread Fabian Cenedese
Hi I'd like to rsync a large amount of data over a slow connection, but only during night hours. I couldn't find a parameter that limits the time that rsync is running, only the timeout on idle time. I guess the way to go would be to start rsync, get the process ID and kill the process later on.

Re: Limit rsync running time

2009-09-17 Thread Fabian Cenedese
At 15:14 17.09.2009 +0200, Paul Slootman wrote: On Thu 17 Sep 2009, Fabian Cenedese wrote: Has anybody already written a bash script that would do something like that? Are there other ways? I don't want to kill all rsync processes as there might be other syncs going on. There is for example

Re: Status of running rsync

2009-09-16 Thread Fabian Cenedese
At 22:02 15.09.2009 +, Andrew Gideon wrote: I find lsof very informative with respect to rsync's status. That's a good one, that really helps. Thanks bye Fabi -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

Status of running rsync

2009-09-15 Thread Fabian Cenedese
Hi Is there a way to get the status of a running rsync process? I believe it has to be done by sending a signal, but I can't find it anymore. I'd like to find out if a rsync process is hung or just transferring a lot of data. This is rsync 3.0.3(I think pre1) on a NAS with BusyBox. Thanks bye

Re: Status of running rsync

2009-09-15 Thread Fabian Cenedese
At 03:04 15.09.2009 -0400, Matt McCutchen wrote: On Tue, 2009-09-15 at 08:37 +0200, Fabian Cenedese wrote: Is there a way to get the status of a running rsync process? AFAIK, rsync has never had such a feature. One thing you can do is temporarily attach strace. Too bad. I don't know if strace

Re: Big timeout time

2009-06-29 Thread Fabian Cenedese
At 09:07 15.06.2009 +0200, Fabian Cenedese wrote: Hi I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800. However sometimes I get very big timeout times like this one: io timeout after 12220 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(239

Big timeout time

2009-06-15 Thread Fabian Cenedese
Hi I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800. However sometimes I get very big timeout times like this one: io timeout after 12220 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(239) [sender=3.0.3pre1] rsynd.conf on the receiving

rsync+cygwin 1.5-1.7 performance

2009-05-20 Thread Fabian Cenedese
Hi Has anybody ever made comparisons about the performance of cygwin 1.7 compared to 1.5? I believe there were some changes that should make it faster, but I don't know if they affect rsync too. Thanks bye Fabi -- Please use reply-all for most replies to avoid omitting the mailing list. To

Re: Rsync Runs Out of Space Because of Temp File

2009-04-09 Thread Fabian Cenedese
At 10:19 08.04.2009 -0700, philvh wrote: There are still problem to work out for example where data in the destination are moved, and those data needs to be moved first before the transfer of data take place. This will ensure that data is not lost and only the same space as the source is needed.

Re: best rsync for use with windows (client) and long file names

2009-03-27 Thread Fabian Cenedese
At 15:57 26.03.2009 -0700, dnk wrote: Good day, I have been doing some tests with rsync on windows (client) to backup to a linux server. I started out with cwrsync, but ran into the dreaded File name too long (91) error. Apparently due to an issue with the cygwin portion of it. So I was

Re: proposal to speed rsync with lots of files

2009-03-09 Thread Fabian Cenedese
At 07:58 06.03.2009 -0800, Wayne Davison wrote: On Thu, Mar 05, 2009 at 03:27:50PM -0800, Peter Salameh wrote: My proposal is to first send a checksum of the file list for each directory. If is found to be identical to the same checksum on the remote side then the list need not be sent for

Re: Converting file system

2009-03-04 Thread Fabian Cenedese
At 14:35 04.03.2009 +0100, David de Lama wrote: 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

Re: AW: Sync files not folders non recursively

2009-03-04 Thread Fabian Cenedese
I am now trying to find a solution to my problem for quite some time. I hope you can help. What I am trying to do is to simply sync files with a special suffix to a destination folder. So I dont want to transfer recursively but I want to delete files from the destination which are not in the

Re: AW: AW: Sync files not folders non recursively

2009-03-04 Thread Fabian Cenedese
At 15:35 04.03.2009 +0100, Ehlers, Kolja wrote: Thanks for helping but using: /usr/bin/rsync -dnolptgvze --delete --delete-excluded --include='*.htm' --in clude='*.html' --exclude='*.*' /SOURCE /DESTINATION is not syncing anything Why do you use -d? You want to sync files not directories. -d,

Re: Delete only run

2009-01-09 Thread Fabian Cenedese
Is there a way to take advantage of incremental, even if it means running rsync twice? You can use --ignore-existing --ignore-non-existing --del to perform an incremental deletion run: --existing, --ignore-non-existing This tells rsync to skip creating files (including directories) that

Delete only run

2009-01-08 Thread Fabian Cenedese
Hi I have a backup on a NAS that is quite full. So when I try to backup changed stuff it may run out of space, but only because rsync may try to write a new file before deleting the old one. That not only means changed files in the same place but also moved files, so delete-before wouldn't help.

Re: Delete only run

2009-01-08 Thread Fabian Cenedese
Sorry Matt for mailing you personally. At 03:58 08.01.2009 -0500, you wrote: On Thu, 2009-01-08 at 09:42 +0100, Fabian Cenedese wrote: I have a backup on a NAS that is quite full. So when I try to backup changed stuff it may run out of space, but only because rsync may try to write a new file

Re: rsync + cifs problem

2008-11-20 Thread Fabian Cenedese
At 11:31 20.11.2008 +0100, Christian Pinedo wrote: I finally have installed cygwin in the windows 2003 machine with rsync, ssh + cron in order to periodically launch the rsync bash script. I'm launching the rsync script from the destination machine. This is a vmware machine. rsync -aqzb

Re: backup file to win98 system

2008-09-18 Thread Fabian Cenedese
Hi Please stay on the list as there are more knowledgeable persons than me. Hi...rsync working fine for my fedora 5 box to fedora 9 box. Now i want to take back of my folder /home/rajiv to a windows 98 box...Shared a folder in win98 system for full access but do not know how to take

Re: backup file to win98 system

2008-09-17 Thread Fabian Cenedese
At 14:35 17.09.2008 +0530, you wrote: Hi...rsync working fine for my fedora 5 box to fedora 9 box. Now i want to take back of my folder /home/rajiv to a windows 98 box...Shared a folder in win98 system for full access but do not know how to take backup...tried with the following but got error

Re: rsync as a remote file system protocol?

2008-09-11 Thread Fabian Cenedese
At 12:07 10.09.2008 -0700, Adam J. Richter wrote: Does anyone know of an existing facility to access a remote rsync server as a virtual filesystem through gnome-vfs, FUSE, lufs, or similar that supports listing the contents of directories? In case anyone is curious, I want to

Re: where can I find complied rsync for windows

2008-06-11 Thread Fabian Cenedese
At 13:48 10.06.2008 -0700, Lopez David E wrote: using rsync on solaris. but am in need of rsync client on windows. can you point me to one? Look for cwrsync. bye Fabi -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options:

Re: Status of --ignorcase option in main tree/build?

2008-05-19 Thread Fabian Cenedese
* If you use --delete-before or --delete-during, rsync will delete FOO as extraneous and then copy foo. The overall effect is to (inefficiently) update the case of destination files, which may be desirable. If you change the case of a destination file by hand to work around case sloppiness in a

Re: rsync bandwidth usage

2008-04-22 Thread Fabian Cenedese
At 10:37 22.04.2008 +0100, Joao Ferreira gmail wrote: Hello all, I'm experiencing about 20MBit/s on a 100MBit/s ethernet connection when rsync'ing a lager number on _new_ files. I don't have much exeprience with rsync. I'dd just like to know if thi is an acceptable bw usage and what could be the

Check free space on destination

2008-04-04 Thread Fabian Cenedese
Hi I use rsync to backup some data to an external NAS which has a rsync daemon running. The problem is that I sometimes have too much data to store, so the rsync fills up the whole NAS drive until that doesn't react anymore as it has no space left for the working system. Is there a possibility

RE: accurate progress for UI

2008-01-30 Thread Fabian Cenedese
At 06:35 30.01.2008 -0500, Robert DuToit wrote: On Jan 30, 2008, at 3:46 AM, Paul Slootman wrote: Do note that disabling the incremental recursion will impact the performance, esp. with a large number of files. I did some tests (I am becoming the OSX rsync_3 benchmark guy!) and for 15GB Home

Re: Rsync iconv (Cygwin) (file has vanished)

2008-01-27 Thread Fabian Cenedese
At 13:23 27.01.2008 +0900, Brendan Grieve wrote: Wayne Davison wrote: On Thu, Jan 24, 2008 at 02:09:30PM +0900, Brendan Grieve wrote: I get the following error on files that have russian cryllic letters: - file has vanished: /cygdrive/D/Data_Tier1/Home/xxx/??? See the prior

Re: rsync cheatsheets

2008-01-14 Thread Fabian Cenedese
At 21:45 11.01.2008 +0100, David Tonhofer wrote: Hello, I have just put reviewed versions of the rsync cheatsheets which I posted a couple of years ago (if I correctly keep track of time), right here: http://public.m-plify.net/rsync_cheatsheets/ - Sheet one lists the possible combinations of

Re: --delete not working - due to 200+G of files?

2007-12-04 Thread Fabian Cenedese
At 12:54 04.12.2007 -0800, Wayne Davison wrote: On Thu, Nov 22, 2007 at 04:01:29PM -0500, Eric Praetzel wrote: ssh Solaris_box cd /home;rsync -az --force --delete * Centos_Box::remote_mach ssh Solaris_box rsync -az --force --delete /home Centos_Box::remote_mach Those are two very different

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-03 Thread Fabian Cenedese
At 15:39 02.12.2007 -0500, Greg Loesch wrote: To preface, I'm running Leopard OSX and am using rsync version 2.6.9 protocol version 29. Whenever I attempt to sync (using rsync obviously) a folder on my local drive to my web server (netfirms.com is my web host) using SSH, the process

Re: rsync hangs when accessing through SSH (Leopard OS X)

2007-12-03 Thread Fabian Cenedese
At 09:50 03.12.2007 +0100, Izidor Jerebic wrote: On 3.12.2007, at 9:08, Fabian Cenedese wrote: At 15:39 02.12.2007 -0500, Greg Loesch wrote: To preface, I'm running Leopard OSX and am using rsync version 2.6.9 protocol version 29. Whenever I attempt to sync (using rsync obviously) a folder

Re: Syncing to multiple servers

2007-11-27 Thread Fabian Cenedese
At 14:46 27.11.2007 +0200, Pournaris Charalampos wrote: Is there a way to send first to Server2 from Server1 and after the rsync is finished to start syncing from Server2 to Server3 extacly the same files with the same options ? I tried the post-xfer exec and pre-xfer exec options in the

Re: Rsync stalls

2007-11-27 Thread Fabian Cenedese
At 16:33 27.11.2007 -0500, Joe Demeny wrote: I am trying to rsync a machine running CYGWIN_NT-5.2 server 1.5.24(0.156/4/2) to another which runs FreeBSD 6.2-STABLE; both with rsync 2.6.9. I'm trying to pull the files from the Cygwin machine with: /usr/local/bin/rsync -avz --delete

Re: monitore rsync

2007-11-25 Thread Fabian Cenedese
At 20:20 25.11.2007 +0100, Martin zhsg wrote: Hi We have one upload-server (client uploads file via FTP). As soon as a new file is on this server, it needs to be replicated to seven other servers. The file size is typically around 5-10MB and and the volume to replicate is around 200MB/day.

Re: rsync error when sending lot's of small files

2007-11-15 Thread Fabian Cenedese
At 11:57 15.11.2007 +0100, you wrote: Hi All, I have a problem when transferring files from a rsyncd. This is my setup: What is the error you get? bye Fabi -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

Re: rsyncing files that might change

2007-11-01 Thread Fabian Cenedese
At 23:09 31.10.2007 -0400, Matt McCutchen wrote: On Thu, 2007-11-01 at 10:35 +1000, Franc Carter wrote: If am rsyncing a file and I have the the following sequence of events happen in the same second 1. rsync starts 2. rsync sends some chunk of data to the other end 3 a local

Re: rsync stops/hangs (from windows to debian)

2007-10-05 Thread Fabian Cenedese
At 01:26 05.10.2007 -0700, Miles Raymond wrote: I'm not using rsync through ssh since this is on an internal network. Would pipes still be used? The only difference I can tell between my situation and Alain's is that my case the windows client is sending files instead of receiving. Are there

Re: why not a gui for rsync

2007-10-01 Thread Fabian Cenedese
At 00:04 01.10.2007 -0500, Robert wrote: snip Is there some works in the world trying to make a good gui for rsync and to let all people using this very good method to make a backup. If somebody is interesting to create this gui, let me know --Suresh Delta Copy:

Re: Problem with hard links

2007-09-28 Thread Fabian Cenedese
At 09:50 28.09.2007 +0200, limule pika wrote: Hello, I have a problem with rsync and hard links : I have 1 folder : P, with 2 subfolders : S1 and S2 S2 contains a lot of hard links to file stored in folder S1. P : -S1 -S2 (S2 files hard links to S1 files) I would like to

Re: hebrew characters

2007-09-26 Thread Fabian Cenedese
At 18:01 25.09.2007 -0500, Robert wrote: I'm trying to use rsync (version 2.6.9) to back up some files. However, a few of them contain Hebrew characters. While I can back them up, the filenames come through scrambled (I don't have Hebrew characters anymore). I've tried the -8 switch, but that

Re: delta copies

2007-09-24 Thread Fabian Cenedese
Not necessarily. Depending on how pg_dump works, it could be that small changes to the database are resulting in unnecessarily large changes to the dump. Make sure you are using the uncompressed format because most compression algorithms defeat the delta-transfer algorithm almost completely.

Re: delta copies

2007-09-24 Thread Fabian Cenedese
At 07:51 24.09.2007 -0400, Matt McCutchen wrote: On 9/24/07, Fabian Cenedese [EMAIL PROTECTED] wrote: I was wondering if it would be possible to add a switch (probably coupled to -v(+) ) that would report the number of matched blocks per file. Maybe even with the offset of the block. Rsync

Re: Data corruption check

2007-09-20 Thread Fabian Cenedese
At 08:12 19.09.2007 -0700, Keith Lofstrom wrote: On 9/18/07, Fabian Cenedese [EMAIL PROTECTED] wrote: I was wondering what happens if a file that is regularly synched but seldom changes gets corrupted in the copy. On Wed, Sep 19, 2007 at 09:23:28AM +0200, Fabian Cenedese wrote: I was asking

Re: Data corruption check

2007-09-19 Thread Fabian Cenedese
At 15:15 18.09.2007 -0400, Matt McCutchen wrote: On 9/18/07, Fabian Cenedese [EMAIL PROTECTED] wrote: I was wondering what happens if a file that is regularly synched but seldom changes gets corrupted in the copy. Are you referring to rsync writing corrupted data to the destination file

Data corruption check

2007-09-18 Thread Fabian Cenedese
Hi I was wondering what happens if a file that is regularly synched but seldom changes gets corrupted in the copy. As it seldom (or never) changes the mod time will always be the same. But if the content changes (bit flip, bad HD...) will rsync get this and synch it again? Would I need the -c

Win32 port?

2007-09-05 Thread Fabian Cenedese
Hi Has anybody ever tried (and most probably failed) to port rsync to Win32? I know there are versions built with cygwin and there are also other Windows programs that include the rsync algorithm. But neither of them make me really happy. The cygwin version is dead slow on my AMD 3500+ and the

Re: Rsync stops randomly (using vanished files bash script)

2007-08-24 Thread Fabian Cenedese
At 06:58 24.08.2007 +0200, Samuel Vogel wrote: I don't think this is possible. Pretty much no services except ssh are running on the machine that I'm running the rsync client on. The partition I'm transferring the files to hast 400GB of space left and 3.7 GB of my 4GB memory are still free...

Re: Rsync stops randomly (using vanished files bash script)

2007-08-24 Thread Fabian Cenedese
At 16:43 24.08.2007 +0200, Samuel Vogel wrote: I installed the latest CVS Version (today about 1pm). Again, the same problem occured... Did you have it on both sides? Did rsync say sending incremental file list (probably only with -v)? It only does so if the rsync on the other side understands