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