Re: BUG? rsync ends without message by delete files

2024-02-06 Thread Roland via rsync
lease file a bugreport in bugzilla roland Am 06.02.24 um 22:18 schrieb Franke via rsync: Hi Kevin, Am 06.02.24 um 20:55 schrieb Kevin Korb: The other likely cause is your $SOURCE being something that contains a * or other wildcard.  If there is a wildcard in the source parameter then the

Re: BUG? rsync ends without message by delete files

2024-02-06 Thread Roland via rsync
and then, it stops totally quiet. you mean it simply exits without any message? what's the return code ( echo $? ) roland Am 06.02.24 um 22:18 schrieb Franke via rsync: Hi Kevin, Am 06.02.24 um 20:55 schrieb Kevin Korb: The other likely cause is your $SOURCE being something that con

Re: Archiving to vfat

2024-01-21 Thread Roland via rsync
econd). roland Am 21.01.24 um 22:15 schrieb Ian Z via rsync: I am trying to use rsync between two local directories on Linux. The source directory is on a normal ext4 partition, under my home directory. The destination is an SD card that I insert into the card reader on the computer, formatted with a

Re: process --files-from filelist as given

2023-12-31 Thread Roland via rsync
bugzilla thanks roland Am 31.12.23 um 20:56 schrieb francis.montag...@inria.fr: Hi. On Sun, 31 Dec 2023 20:28:21 +0100 Roland via rsync wrote: apparently, rsync sorts the list of files  provided to "--files-from". how can i avoid sorting of that list ? According to the man, t

process --files-from filelist as given

2023-12-31 Thread Roland via rsync
hello, apparently,  rsync sorts the list of files  provided to "--files-from". how can i avoid sorting of that list ? I want to copy a list of files in specific order regards Roland -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe

Re: syncing huge files/devices: bmapfs

2023-02-11 Thread Roland via rsync
nice, do you have performance comparison vs. plain fail on the same hardware setup ? thank you roland Am 10.02.23 um 07:56 schrieb Heiko Schlittermann via rsync: fuse driver that maps the huge file (or device) as a directory of files representing blocks of the backing file (or device

Re: Fwd: [3.1.3] --remove-source-files $SRC/ $SRC/ - erases all files

2022-10-17 Thread Roland via rsync
why not avoid using "--remove-source-files" and delete files manually/via extra step afterwards ? Am 17.10.22 um 08:59 schrieb Sridhar Sarnobat via rsync: 90% of my data losses are caused by rsync'ing from dir A to dir A (accidental incorrect copy and paste, or where dir B is a symlink to dir A)

BUG?: rsync timeout non-effective

2022-09-04 Thread Roland via rsync
achine containing the hung/stalled dir, it behaves like this: # rsync -av --timeout=1 --dry-run /iscsipool /tmp sending incremental file list [Receiver] io timeout after 1 seconds -- exiting rsync error: timeout in data send/receive (code 30) at io.c(197) [Receiver=3.2.3] regards roland

Re: rsync timeout non-effective

2022-09-01 Thread Roland via rsync
rsync will wait for its connection to an rsync daemon to succeed.  If the timeout is reached, rsync exits with an error. Am 01.09.22 um 17:32 schrieb Kevin Korb via rsync: You are using rsync over ssh.  The connection timeout (and port) options don't matter if rsync isn't doing the n

rsync timeout non-effective

2022-09-01 Thread Roland via rsync
nc --exclude-from=/backup/rsync.exclude.all --exclude-from=/zfspool/backup/myhost/rsync.exclude root@myhost:/ /zfspool/backup/myhost/backup what can i do to make this more robust ? rsync should not hang, as it's getting started via script and the hang blocks backup of other hosts. roland --

bug#282 : timeout option does not work as expected when remote system is hung

2022-02-01 Thread Roland via rsync
hello, I have opened https://github.com/WayneD/rsync/issues/282 looks similar to https://github.com/WayneD/rsync/issues/164 and https://github.com/WayneD/rsync/issues/8 roland -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https

Re: [PATCH] Reduce memory usage

2021-12-23 Thread Roland via rsync
hello, it's fantastic to see that such optimizations still being found. out of curiosity - what is the status of this?  will it get merged ? roland Am 28.09.21 um 12:05 schrieb Jindřich Makovička via rsync: In 2004, an allocation optimization has been added to the file list handling

Re: Copying TBs -> error -> work around

2020-09-10 Thread Roland via rsync
>with rsync hanging - after breakout on /home for writing I then get: >"Read-only file system" if your filesystem switches to read-only, you have a serious problem with your system/storage, not with rsync. rsync (or the workload) is simply triggering the problem. regards rola

--exclude vs --filter

2020-07-11 Thread Roland via rsync
r" simply to be considered as an "--exclude on steriods" , or are there chances that i need "--exclude" though ?  (for excample because rule evaluation may differ ?) regards roland -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe

Re: [PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64

2020-05-20 Thread Roland via rsync
tion may have issues - and without such switch it can't be easily workarounded without replacing the binary/package. regards roland Am 19.05.20 um 16:28 schrieb Jorrit Jongma via rsync: I've read up some more on the subject, and it seems the proper way to do this with GCC is g

Re: osx permission issue

2020-03-28 Thread Roland via rsync
that or something different ? roland Am 28.03.20 um 16:20 schrieb Ben Bass: Hi Roland. You might have to give ssh full disk access on the remote Mac, as that is what is accessing the files according to the Mac. On Sat, Mar 28, 2020 at 9:12 AM Roland via rsync mailto:rsync@lists.samba.org>>

osx permission issue

2020-03-28 Thread Roland via rsync
disk access)  , since running as root is not sufficient - but it does not work. i want to make sure that every file on osx is getting backup i run rsync on linux to remotely backup osx system (via ssh). regards roland rsync: readlink_stat("/private/var/folders/_p/ky_w_lyj6ps7jcnkjkl5ss

rsync --inplace dead slow

2019-07-15 Thread Roland --- via rsync
ut https://www.anchor.com.au/blog/2013/08/out-tridging-tridge/, but according to that article, the problem should have been adressed. Is there still possibility for "pathological slow performance" which lies in algorithm/design? (as it does not look like a server/system performance for m

rsync performance weirdness

2019-07-12 Thread Roland --- via rsync
t i see only one rsync process with "freenas-bnkw" where the parent process is transferring nothing ? is there a difference in how this is being handled between 3.1.1 and 3.1.2 on the remote side ? is this the reason for the slowness ? regards roland Total DISK READ : 278.72 M/s | Total

Re: Do grsync/rsync work well on Mac?

2019-04-21 Thread Roland --- via rsync
have a look at this one: http://osxdaily.com/2016/04/17/speed-up-time-machine-by-removing-low-process-priority-throttling/ i also recommend taking a look at borgbackup and https://github.com/borgbase/vorta roland Am 21.04.19 um 05:32 schrieb Peng Yu via rsync: Hi, I experience a slow backup

rsync ing files within an apache cluster - newbie

2012-02-13 Thread Roland RoLaNd
hange that landed on webserver 3. Result: 14 webservers received only the oldest file instead of propagating the new one. Can anyone put me on the right track with tihs? Best, --Roland  -- Please use reply-all for most replies to avoid omitting the m

Dir-merge exclude filter ignored when rsync DEST ends in /.

2011-12-13 Thread Roland Friedwagner
tes received 20 bytes 234.00 bytes/sec total size is 16 speedup is 0.14 $ rsync -n -avF --delete src/ dst/./ building file list ... done sent 97 bytes received 20 bytes 234.00 bytes/sec total size is 16 speedup is 0.14 Tested rsync versions: rsync version 2.6.9 protocol version 29 rsync

--copy-unsafe-links does not work for "double" symlinks

2009-10-05 Thread Roland Koebler
ave expected that host 1 would contain: drwx-- ./1 -rw--- ./1/file drwx-- ./1/dir -rw--- ./1/dir/foofile drwx-- ./1/dir/bar/ -rw--- ./1/dir/bar/barfile But this is not the case. Is this a bug, or did I miss something? thanks, Roland -- Please use

--keep-dirlinks --delete erroneously deletes symlinks to directories

2009-10-03 Thread Roland Koebler
links --delete 1/ 2/ sending incremental file list deleting dir dir/ dir/subfile sent 136 bytes received 35 bytes 342.00 bytes/sec total size is 0 speedup is 0.00 Is this a bug, or did I miss something? thanks, Roland -- Please use reply-all for most replies to avoid omitting

Re: compression of source and target files

2007-09-22 Thread roland
Hi Ken, no, that's nothing rsync supports. indeed, it would be nice and great for backups - but for now you need a filesystem which supports transparent compression to have your rsync`ed data compressed. on linux, watch out for reiser4 or zfs-fuse regards roland - Original Me

File changed during save....

2007-09-15 Thread roland
. any hints how to see some more details here to know which files being at an probably inconsistent state on the mirror side ? regards roland -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

compiling rsync statically

2006-05-04 Thread roland
know what problems may occur with this ?   there is some statically linked rsync available at http://www.stearns.org/rsync-static/ - so i`m unsure how to get a REAL statically compiled rsync   can anybody help me out ?   TIA roland k. systems engineer     -- To unsubscribe or change options: htt

RSYNC via pipe/socket ?

2006-02-08 Thread roland
, i`m not sure if a pipe could work, because rsync does bidirectional communication with the "remote" end.     is something like this possible, or yet existing - or maybe someone can give some tips, how to do this ?   regards roland   -- To unsubscribe or change options: https://list

rsync compression options

2004-03-09 Thread roland
", like gnu tar has. is this just a missing feature which just has to be done, or would that just be impossible to implement due to "architecture" of rsync ? regards roland -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting,