Re: [Question] Building without iconv

2025-03-03 Thread Kevin Korb via rsync
Works for me... $ ./configure --disable-iconv --disable-locale --disable-openssl --disable-xxhash --disable-zstd --disable-lz4 && make $ ldd rsync linux-vdso.so.1 (0x7ffd39873000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f77c8f8b000) /lib64/ld-linux-x86-64

Re: question about the recursive algorithm

2025-01-16 Thread Kevin Korb via rsync
parent dir. On Thu, 16 Jan 2025, b...@riseup.net wrote: Date: Thu, 16 Jan 2025 15:16:02 + From: b...@riseup.net To: Kevin Korb Cc: rsync@lists.samba.org Subject: Re: question about the recursive algorithm Thanks for your message again. I appreciate your answers. I don't mind about t

Re: question about the recursive algorithm

2025-01-16 Thread Kevin Korb via rsync
it is quite common for it to delete things in directories it isn't transferring files in. On Thu, 16 Jan 2025, BP25 wrote: Date: Thu, 16 Jan 2025 14:47:27 + From: BP25 To: Kevin Korb Cc: rsync@lists.samba.org Subject: Re: question about the recursive algorithm Thanks Kevin, but I

Re: question about the recursive algorithm

2025-01-16 Thread Kevin Korb via rsync
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rsync doesn't really give much control over the order it does things in. If you want to control when the deletions happen there is only - --delete-before or --delete-during but both are slower than the default - --delete. On Thu, 16 Jan 2025, BP via

Re: question about --link-dest and the rsync protocol

2025-01-11 Thread Kevin Korb via rsync
rsyncd doesn't take unix paths. You must adapt your --link-dest to contend with however the rsycd module is defined in rsyncd.conf. On 1/11/25 9:52 PM, Anthony LaTorre via rsync wrote: Hi all, I'm trying to figure out why a script works when using SSH but not when using the rsync protocol. Wh

Re: on rsync.samba.org, there's an SSL-certificate pointing to a berlin dancer website?

2024-12-09 Thread Kevin Korb via rsync
If you load the link as http instead of https it works and has the content that I am pretty sure is supposed to be there though it could use some CSS to make it less ugly. Otherwise, it appears to be a misconfiguration on the web server as both of those names resolve to the same IP address.

Re: Question About Rsync and Modification Times

2024-10-09 Thread Kevin Korb via rsync
y the file in any way. When I use rsync -a to copy over the first time, the timestamp is modified to the current time and then continues to update anytime I run rsync -a -Blake *From: *rsync on behalf of Kevin Korb via rsync *Date: *Wednesday, October 9, 2024 at 14:45 *To: *rsync@lists.samb

Re: Question About Rsync and Modification Times

2024-10-09 Thread Kevin Korb via rsync
You are using rsync -a which copies (preserves) the timestamp. Meaning that rsync will copy the file then back-date it to the timestamp of the source file. Most copying tools do not do this though cp's -a does it too. Note that your itemized output says that the timestamp is different meanin

Re: --delay-updates --temp-dir does it work?

2024-09-11 Thread Kevin Korb via rsync
Note that I don't have much experience with these options. My understanding is that --temp-dir doesn't make a tree because it is only designed to hold individual files until rsync is done making them then they aren't temporary anymore and are moved.. --delay-updates on the other hand keeps fi

Re: Diff between using "-i" and not using "-i"

2024-06-03 Thread Kevin Korb via rsync
It appears that xattr changes (that is what the x mens) never made it into the verbose output. I would call that a bug but I would rather it be fixed by making -v include -i. On 6/3/24 05:22, - via rsync wrote: Hi, Version: sync version 3.3.0 protocol version 31 If I do a I get: ===

Re: rsync as a de-duplication-only tool, using --link-dest

2024-05-01 Thread Kevin Korb via rsync
I don't believe that what you are asking for can be done with rsync. At first thought you can't mix --ignore-existing with --ignore-non-existing as that would ignore everything. Something would have to at least exist and not be ignored for rsync to link to it. Anyway, for a laugh, I asked ch

Re: rsync replacing symlinks without warning (resend)

2024-02-09 Thread Kevin Korb via rsync
I'm not really blaming the user. If it were up to me, -v would include -i. On 2/9/24 05:36, Andreas Gruenbacher wrote: On Sun, Feb 4, 2024 at 7:20 PM Kevin Korb via rsync wrote: rsync's -v is fairly useless. Learn to use -i instead or in addition to. Well, note that I didn'

Re: BUG? rsync ends without message by delete files

2024-02-07 Thread Kevin Korb via rsync
now it sounds like you have too many hard links for rsync to handle. On 2/7/24 08:05, Franke via rsync wrote: Am 06.02.24 um 23:20 schrieb Roland: and then, it stops totally quiet. you mean it simply exits without any message? Yes rsync ends totally quit. what's the return code ( echo $?

Re: BUG? rsync ends without message by delete files

2024-02-06 Thread Kevin Korb via rsync
Normally, when rsync isn't deleting things the problem is that there is some kind of error (possibly scrolled off screen unnoticed) but it sounds like you are getting no output at all which would eliminate that possibility. The other likely cause is your $SOURCE being something that contains a *

Re: rsync replacing symlinks without warning (resend)

2024-02-04 Thread Kevin Korb via rsync
rsync's -v is fairly useless. Learn to use -i instead or in addition to. On 2/4/24 12:58, Andreas Gruenbacher via rsync wrote: Hello, when trying to rsync files between hosts, I ran into a surprising case in which rsync replaces a symlink with a directory, with no indication of any kind. In t

Re: Archiving to vfat

2024-01-21 Thread Kevin Korb via rsync
Also, instead of -a use -rt. Those are the only parts of -a that FAT even pretends to support. On 1/21/24 16:42, Roland via rsync wrote: it's most likely because of vfat timestamp limitation try --modify-window   When comparing two timestamps, rsync treats the timestamps as bein

Re: rsync over ssh fails with --files-from

2023-12-21 Thread Kevin Korb via rsync
ud...@gmail.com>> wrote: Hi, On Wed, Dec 20, 2023 at 11:03 AM Kevin Korb via rsync mailto:rsync@lists.samba.org>> wrote: What is the error?  I assume you know that with that syntax the filelist.txt is local rather than remote. Yes, I do know it refers

Re: rsync over ssh fails with --files-from

2023-12-20 Thread Kevin Korb via rsync
- if the number of files exceeds 9, it fails. -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: F

Re: rsync exit code 23 (partial transfer due to errors): List of possible reasons and how to ignore some?

2023-12-14 Thread Kevin Korb via rsync
e. I just ignore it. The most common reaosn is file vanished. - -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Interne

Re: rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?

2023-09-22 Thread Kevin Korb via rsync
-09-21 at 20:08 -0400, Kevin Korb via rsync wrote: I have heard in the past that rsyncing an empty dir over a tree to delete the tree is faster than an rm -rf but I can't say I have ever benchmarked it to get any actual numbers. This **may** indeed be a myth (for a long time now) re-cited

Re: rsync --delete with empty source folder for fast snapshot deletion: Permissions of hardlinked files are changed to 644. Workaround?

2023-09-21 Thread Kevin Korb via rsync
probably not always work)? 2. If a rsync developer is reading this: Is there any chance to fix this? Steps to reproduce -- I have attached a bash script "setup.sh" as txt file which makes the issue fully reproducible (on Ubuntu 22.04). -- ~*-,._.,-*~'`^`'~

Re: Feature Concept: enable iCloud Drive with rsync

2023-09-12 Thread Kevin Korb via rsync
ers are looking for. Is this kind of a patch welcome? Is the plan sound? I haven't written C since college (in the 90s!) and would be open to advice/mentoring. Thank you. regards, bex -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~&#x

Re: Why try to update (some) permissions which are the same?

2023-09-04 Thread Kevin Korb via rsync
You have --itemize-changes but either it didn't or you filtered it out. -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator

Re: print only first level directory name when copying files

2023-08-04 Thread Kevin Korb via rsync
possible for rsync to only report the first level directory? ie, to have output like this when copying:   /mnt/foo/aaa/   /mnt/foo/bbb/ thanks, -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb

Re: How to tune rsync to speed up?

2023-08-02 Thread Kevin Korb via rsync
ync -- which is managing the network traffic. In such a setup rsync will perform about as well as cp(1). -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 System

Re: Rsync sends again already existing files

2023-06-30 Thread Kevin Korb via rsync
ing in most cases. Selva -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc. ke...@futurequest.net (work) Orlando, Floridak...@sanita

Re: Rsync sends again already existing files

2023-06-29 Thread Kevin Korb via rsync
On 6/29/23 16:31, Stephane Ascoet via rsync wrote: Kevin Korb le 29/06/2023 04:52: --itemize-changes will cause rsync to tell you what it thinks is Hi, thank you so much! Today I used a little different way of doing it, and another computer, and the behaviour is the same. It seems that the

Re: Rsync sends again already existing files

2023-06-28 Thread Kevin Korb via rsync
/media/clec1enextsanstampon/gigamopourcdas4/ are re-sended from /media/mo instead of being skipped, why? -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853

Re: [External] Re: ctrl -c while executing --progress --size-only --partial results in unhidden but incomplete file

2023-06-07 Thread Kevin Korb via rsync
ntinue processing on. *From:* rsync on behalf of Kevin Korb via rsync *Sent:* Wednesday, June 7, 2023 3:26 PM *To:* rsync@lists.samba.org *Subject:* [External] Re: ctrl -c while executing --progress --size-only --partial results in unhidden but incomplete file [You don't o

Re: ctrl -c while executing --progress --size-only --partial results in unhidden but incomplete file

2023-06-07 Thread Kevin Korb via rsync
to be complete will have issues. I apologize if I've missed the command line options I'm looking for Thanks for maintaining a critical piece of software! -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,

Re: Per file Log output to understand hard-link decision

2023-05-14 Thread Kevin Korb via rsync
but we observe the behavior also on our own machines sometimes. It would help our investigation if we could better understand the hardlink-decision for each file and folder. Kind Christian -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`

Re: prevent filter excluded files from being deleted

2023-03-06 Thread Kevin Korb via rsync
+49.351.802998{1,3} - gnupg encrypted messages are welcome --- key ID: F69376CE - -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Ad

Re: Apparent synchronization bug in rsync

2022-12-09 Thread Kevin Korb via rsync
Thu, Dec 8, 2022 at 12:49 PM Kevin Korb wrote: The first "Bug Fix" listed in https://rsync.samba.org/ftp/rsync/NEWS#3.2.4 <https://rsync.samba.org/ftp/rsync/NEWS#3.2.4> is almost certainly related.  Apparently it was fixed via remote option but since your test

Re: Apparent synchronization bug in rsync

2022-12-08 Thread Kevin Korb via rsync
with a minimal test script, in this GitHub repo: https://github.com/mark-raymond/rsync-test This looks like a bug to me; am I missing something? If it is a bug, I'm happy to create an issue in GitHub. || -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~&#x

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

2022-10-18 Thread Kevin Korb via rsync
my issue to "when you're not using --no-clobber." Do I have a case here? Or is this erasing both the source and destination a valid behaviour in my case? -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,

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

2022-10-17 Thread Kevin Korb via rsync
leted files etc. Regardless, the semantics of deleting source files without leaving one copy of your files intact should never happen right? -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Kor

Re: How to use --rsh with multiple sub-arguments?

2022-10-07 Thread Kevin Korb via rsync
; is interpreted by ssh and not by rsync? -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc.

Re: ignore mtime - or any metadata

2022-09-25 Thread Kevin Korb via rsync
might solve my problem? Will give it a try. Am 25.09.22 um 20:30 schrob Kevin Korb via rsync: -a is telling rsync to copy the metadata.  --size-only is telling rsync to skip the contents of files that are the same time.  Without --link-dest rsync would just update the metadata on the target. Ho

Re: ignore mtime - or any metadata

2022-09-25 Thread Kevin Korb via rsync
it does not in combination with --link-dest. I can understand the motivation behind this: rsync is not allowed to change meta data of the existing inode, nor can it neglect the change - or can it? Hardy -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`

Re: question abount pre-xfer exec

2022-09-24 Thread Kevin Korb via rsync
gt;> /var/log/rsyncd.log     /usr/bin/mount >> /var/log/rsyncd.log fi echo " done" >> /var/log/rsyncd.log exit 0 ###### -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,.

Re: rsync timeout non-effective

2022-09-01 Thread Kevin Korb via rsync
ackup 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 -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin

Re: do I always have to use either --checksum or --times ?

2022-07-15 Thread Kevin Korb via rsync
t have the same data. Or, alternately, be in a situation where a bit flip would be catastrophic. Such situations are not common. On Thu, Jul 14, 2022 at 04:26:48AM -0400, Kevin Korb via rsync wrote: You should almost never use --checksum. It is slower than just re-copying everything. You shou

Re: do I always have to use either --checksum or --times ?

2022-07-14 Thread Kevin Korb via rsync
to prevent repeated transfer of files that have not changed ? thank you, -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator In

Re: Does rsync verify its writes?

2022-07-12 Thread Kevin Korb via rsync
e are legitimate causes for that. On 7/12/22 17:26, Paul Slootman via rsync wrote: On Tue 12 Jul 2022, Kevin Korb via rsync wrote: Rsync does not verify writes. --checksum doesn't verify anything. Sounds like you want a file verification tool. The simplest would be md5sum. Running rsync

Re: Does rsync verify its writes?

2022-07-12 Thread Kevin Korb via rsync
m paranoid. ;-) ...Please clarify. Regards, and Thanks, Mark Filipak. -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator

Re: Customizing compression per file?

2022-06-24 Thread Kevin Korb via rsync
roprietary format so it doesn't make sense to add them to a whitelist in rsync itself. Thanks, Joe G. -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 25

Re: Rsync Users and Groups

2022-06-24 Thread Kevin Korb via rsync
the reply. пт, 24 июн. 2022 г. в 19:00, Kevin Korb via rsync <mailto:rsync@lists.samba.org>>: I think you are thinking too much of rsync here.  Rsync groups are the same as users they just have an @ in front of the name.  If you want UNIX style users and groups then use rsync

Re: Rsync Users and Groups

2022-06-24 Thread Kevin Korb via rsync
yself :( Thank you very much. -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc. k

Re: Fwd: Problem with file exclusion pattern

2022-04-30 Thread Kevin Korb via rsync
includes and excludes into the same file. On 4/30/22 20:48, H via rsync wrote: On 04/30/2022 08:22 PM, Kevin Korb via rsync wrote: Includes override excludes that follow.  So, your include of * meant that nothing was being excluded.  An exclude before any includes isn't affected by the includes

Re: Fwd: Problem with file exclusion pattern

2022-04-30 Thread Kevin Korb via rsync
t all inclusion patterns need to preceed the exclusion patterns? Forwarded Message Subject:Re: Problem with file exclusion pattern Date: Sat, 30 Apr 2022 18:49:22 -0400 From: Kevin Korb To: H Drop the include of * or move the exclude of *.~lock* before it. Als

Re: Trying to elevate rsync privileges when connecting over ssh without using NOPASSWD in sudoers

2022-03-11 Thread Kevin Korb via rsync
... I'd love to know why this is or has to be the case :-) I didn't get any particularly useful answers back in January 2019 ... Cheers, Richard -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin K

Re: Confused as to why rsync thinks time, owner and group of many files differ

2022-02-03 Thread Kevin Korb via rsync
m I missing? Thanks, Andy -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc.

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Kevin Korb via rsync
parallel rsync wrapper that works very well over networks but is similarly very slow over local disks. I thought it was a bug in my code but didn't get around to tracking it down since my use cases were all network/ parallel file systems. Harry On Sun, Nov 28, 2021, 11:43 AM Kevin Korb via

Re: Copying a large file from an USB 3 disk (NTFS or EXT4) to another one (UFS/FreeBSD) is a very slow process....

2021-11-28 Thread Kevin Korb via rsync
cess. So,I'm out of solutions. - Mario. -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc. ke...@futurequest.net (work) Orlando, Florida

Re: Workaround for rsyncing when fileflag schg is set?

2021-10-31 Thread Kevin Korb via rsync
rsync have anything similar? > > Kevin Korb via rsync wrote: > >> There maybe a proper solution but an obvious workaround would be to run >> rsync twice. The first time without the --fileflags option. >> >> --no-perms wouldn't help. That is only the standard

Re: Workaround for rsyncing when fileflag schg is set?

2021-10-30 Thread Kevin Korb via rsync
nd other files cannot be created under bar, etc. > > How can I force the schg flags to be set on the receiver AFTER > everything has been copied from the source? > > I really don't want to remove all of my schg settings on the source > before rsyncing to the target.

Re: BackUp with "inverse" increments

2021-10-06 Thread Kevin Korb via rsync
re the old version > including deletion of files > which didn't exist in the old version? > > Many thanks for some hints or pointers, > Helmut > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,

Re: Passing result of shuf to rsync

2021-09-17 Thread Kevin Korb via rsync
Message ‐‐‐ > On Saturday, September 18, 2021 12:29 AM, Kevin Korb > wrote: > >> Well, what you have should function. But rsync is going to sort the list. > > I want rsync to use the list as given to it by shuf. > >> On 9/17/21 8:26 PM, hancooper wrote: >>

Re: Passing result of shuf to rsync

2021-09-17 Thread Kevin Korb via rsync
Well, what you have should function. But rsync is going to sort the list. On 9/17/21 8:26 PM, hancooper wrote: > ‐‐‐ Original Message ‐‐‐ > On Saturday, September 18, 2021 12:06 AM, Kevin Korb via rsync > wrote: > >> Not really sure what you are trying to accomplis

Re: Passing result of shuf to rsync

2021-09-17 Thread Kevin Korb via rsync
; shuf -n "$nf" -e ${dpath}/${incl} | >     rsync -av --update --files-from=- . "$dst" > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(4

Re: Rsync options –update and –append-verify

2021-09-11 Thread Kevin Korb via rsync
34 AM, hancooper via rsync > wrote: > >> ‐‐‐ Original Message ‐‐‐ >> On Sunday, September 12, 2021 2:03 AM, Kevin Korb k...@sanitarium.net wrote: >> >>> I thought I did elaborate. If it is a problem for you then maybe you >>> shouldn't be using

Re: Rsync options –update and –append-verify

2021-09-11 Thread Kevin Korb via rsync
21 11:20 PM, Kevin Korb via rsync > wrote: > >> --archive is all you really need. I actually wish --archive was the >> default because it is all most people need and with the exception of >> writing to a FAT filesystem it is almost always needed. >> >> --appe

Re: Rsync options –update and –append-verify

2021-09-11 Thread Kevin Korb via rsync
ors mapping > "/media/hc1/a1-chaos/amvib/IACL-2017-07-19T00:00:00-2017-07-19T23:59:59.mseed": > Input/output error (5) > > I would like to retry the transfer of these files, at a later time too, > without affecting the files that had been transferred succe

Re: Question about rsync -uav dir1/. dir2/.: possib to link?

2021-09-04 Thread Kevin Korb via rsync
4, 2021 at 4:57 PM Kevin Korb via rsync > mailto:rsync@lists.samba.org>> wrote: > > Rsync does almost everything cp does but since it is designed to network > it never got that feature.  I was thinking maybe --link-dest could be > tortured into doing it but if i

Re: Question about rsync -uav dir1/. dir2/.: possib to link?

2021-09-04 Thread Kevin Korb via rsync
understand it as it didn't seem to do what I > wanted: cp'ing the new files in dir1 into the orig dir). > > Does rsync have an option to just "copy" over the new > files via a hardlink? > > Tnx! > > > > -- ~*-,._.,-*~'`^`

Re: Speeding up rsync

2021-08-24 Thread Kevin Korb via rsync
wrote: > ‐‐‐ Original Message ‐‐‐ > On Tuesday, August 24, 2021 8:25 PM, Kevin Korb via rsync > wrote: > >> In my experience backing up multiple hosts to a single host can speed >> things up. Especially if using rsync over ssh with multiple CPUs on the >> sin

Re: Speeding up rsync

2021-08-24 Thread Kevin Korb via rsync
rt may be > worthwhile. > > What is the current advice about speeding up data transfer ? > > > > > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb

Re: config

2021-06-25 Thread Kevin Korb via rsync
ditional option button - *to > only display the copied files in the report* ... > > What can i do? What parameter work right? Is there an option for that? > > -- > Liebe Grüße aus Haag - und Xund bleim! > > Gerhard Obermayr > > -- ~*-,._.,-*~'`^`'~*

Re: Permission denied errors with --append-verify run as non-root user

2021-06-04 Thread Kevin Korb via rsync
re is an error.  If the > --append-verify option */silently fails/* to rsync some updated files > that */should/* be rsync'd, I cannot use --append-verify! > > Please advise whether I am misunderstanding the purpose of, or misusing > the  --append-verify flag

Re: rsync: [generator] failed to set permissions : Operation not supported (95)

2021-04-06 Thread Kevin Korb via rsync
ERSION (not in recovery mode) > [ 2.571227] init: execv("/system/bin/init") failed: No such file or > directory > [ 2.593768] init: #00 pc 000e90a0 /init > [ 2.599958] reboot: Restarting system with command 'bootloader' > > -- > Mario. > --

Re: rsync support in authprogs - feedback requested

2021-02-18 Thread Kevin Korb via rsync
comes > of this I might even turn my brain on again and > modify my systems. :) > > Regards, > > Karl > Free Software: "You don't pay back, you pay forward." > -- Robert A. Heinlein > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`

Re: Rsync failed to set times (on temporary files)

2021-02-04 Thread Kevin Korb via rsync
s Cygwin rsync is version 3.1.1 > > Ubuntu version is 3.1.2 > > Ubuntu file system is ext4 > > Rsync command main options -rtlg0D ( see attachment for full view) > > > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~

Re: Preserve Windows Symlinks

2020-12-29 Thread Kevin Korb via rsync
+ + + + > > Email: edwinbradf...@gmail.com > > Tel.: +44 (0)7981 873 771 > > + + + + + + + + + + + + + + + + + + > > > On Tue, 29 Dec 2020 at 16:39, Kevin Korb wrote: >> >> Not quite. I meant rsync a symlink then delete the source symlink and >> use rsync to restore it from what

Re: Preserve Windows Symlinks

2020-12-29 Thread Kevin Korb via rsync
NTFS > volumes but I would have to manually recreate the symlinks on the > destination NTFS volume once. > > Have I understood correctly?  >   > > On Tue, 29 Dec 2020 at 13:53, Kevin Korb via rsync > mailto:rsync@lists.samba.org>> wrote: > > If yo

Re: Preserve Windows Symlinks

2020-12-29 Thread Kevin Korb via rsync
> > At this point I'm not sure if it's a limitation of rsync and NTFS > compatibility or whether I'm missing something. > > + + + + + + + + + + + + + + + + + + > > Email: edwinbradf...@gmail.com <mailto:edwinbradf...@gmail.com> > > Tel.: +44 (0)7981 873 771 > > + + + +

Re: Rsync checksum issue

2020-12-15 Thread Kevin Korb via rsync
the command > you're using for the backup? > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc. ke...@futurequest.net (w

Re: A strange problem with my daily backups performed via rsync

2020-11-02 Thread Kevin Korb via rsync
pening ? Since /mnt/wall is 13GB, it > costs me time and SSD-wear to have /mnt/sony/wall recreated all over > again every time I do a backup. > > > Thanks, > Manish Jain > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`

Re: pattern geeks?

2020-10-21 Thread Kevin Korb via rsync
xcluded and things as listed get included > and go into target except for: > "httpd/conf.d/cluster.d**" > > Obviously it isn't as simple as I presumed. > How to make such sub-folder path included would you know? > many thanks, L. > -- ~*-,._.,-*~&#

Re: Syncing multiple sub-directories to one directory

2020-09-29 Thread Kevin Korb via rsync
is an indication that > you really want to copy all dirs under root/dir (not just the 3 > named dirs in the first command) then you could use an include of > "/*/" to match any dir in the root of the transfer, like this: > > rsync -riv --progress --include '*.j

Re: Back-up differences. Raspberry Pi and Fedora

2020-09-29 Thread Kevin Korb via rsync
run is 'rsync root@server::'. This would list the modules the server is configured with (assuming listing is allowed). -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone

Re: Meaning of "failed verification -- update retained (will try again)."

2020-08-11 Thread Kevin Korb via rsync
update retained (will try again). > WARNING: 19/28879866.pdf failed verification -- update retained (will > try again). > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 25

Re: Rsync Daemon Remote Pull

2020-06-25 Thread Kevin Korb via rsync
me to resolve this. > > -- > Thanks, > > *Chandrasekar N* > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc. ke...@futurequest.net (work

Re: High memory usage - any way around it other than splitting jobs?

2020-06-25 Thread Kevin Korb via rsync
estigate before settling for the > "split into multiple jobs" approach; just wondered if anyone has any > shortcuts for me. > > Thanks, > Andy > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6

Re: Rsync sometimes decides to delete all data

2020-06-09 Thread Kevin Korb via rsync
t; data and done. > > Rsync is run by root in any case so it's not a privilege problem. > > Any ideas? > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator

Re: How to diff two directories?

2020-05-06 Thread Kevin Korb via rsync
On 5/6/20 11:49 AM, Peng Yu wrote: > On 5/5/20, Kevin Korb via rsync wrote: >> Rsync != diff. > > What do you mean? I only need to know what files are not the same, but > I don't need to know what the differences are with the files. See diff -q > >> Howev

Re: How to diff two directories?

2020-05-05 Thread Kevin Korb via rsync
specified so that only the differences are > printed? Thanks. > > rsync -avun --delete src dir > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853

Re: Would you expect --perms -M--fake-super to set the file mode to the original one?

2020-03-16 Thread Kevin Korb via rsync
real file mode? > > On Thursday, March 12, 2020 6:26:18 PM CET, Kevin Korb via rsync wrote: >> I would expect that the sending rsync would only send the perms provided >> modified by the --chmod.  I wouldn't expect the receiver to even know >> the other permissions. &g

Re: Would you expect --perms -M--fake-super to set the file mode to the original one?

2020-03-12 Thread Kevin Korb via rsync
chmod. > > On Thursday, March 12, 2020 6:06:34 PM CET, Kevin Korb via rsync wrote: >> Permissions don't require super.  Any place where permissions can't be >> stored certainly can't handle xattrs either.  So, I wouldn't expect >> --fake-super to affect

Re: Would you expect --perms -M--fake-super to set the file mode to the original one?

2020-03-12 Thread Kevin Korb via rsync
ow if everybody agrees with this behaviour. The patch > would also modify the man page to document it under --perms. > > > Regards, > Dimitris > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,

Re: Question/comment about -n (dry run) flag of rsync

2020-03-10 Thread Kevin Korb via rsync
If you used -v then the very last line rsync outputs is: total size is ### speedup is ### (DRY RUN) -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853

Re: Exclude-from file format?

2020-01-03 Thread Kevin Korb via rsync
ude1.txt: > - filename1 > - “file name 1” > > Exclude.txt: > filename1 > “file name 1” > > Which of these will exclude both filename1 and “file name 1” anywhere they > appear in the source? > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~&#x

Re: Excluding a . directory in a subdirectory

2019-12-28 Thread Kevin Korb via rsync
ude > any .git subdirectory regardless of level found? > > Thank you. > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator

Re: Skip creating files in --backup-dir if content has not changed

2019-12-18 Thread Kevin Korb via rsync
that nothing has changed. > > Is there a flag I can add to rsync that will tell it to only create a > backup file if something actually changed, saving lots of wasted backup > space? > > thanks, > Wayne > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`&#

Re: How Can I save the original permissions while setting g+rX for all files

2019-12-08 Thread Kevin Korb via rsync
t I want? > > > Thanks in advance, > Dimitris > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc.

Re: Seemingly impossible bug: -v not always listing every copied file

2019-10-29 Thread Kevin Korb via rsync
ing used for something > like triggering notifications whose absence might be > noticed. > > cheers, > raf > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:

Re: difference in behaviour of --filter --delete: cmdline vs. file

2019-08-07 Thread Kevin Korb via rsync
neither of the following works to protect file > from being deleted at the receiver > > echo '-s file' > src/.rsync-filter > rsync -navi --delete -c -F -F src/ dst/ > > echo '-r file' > src/.rsync-filter > rsync -navi --delete -c -F src/ d

Re: Advanced rsync includes and excludes

2019-08-07 Thread Kevin Korb via rsync
structure. > > What are your favorite ways of doing such tasks with rsync? > > Thanks in advance, > Pete > > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator

Re: rsync many processes and slow backup

2019-07-12 Thread Kevin Korb via rsync
96) [sender=3.1.2] > > directory (2) > >   > > Can you help me to solve this problem? > >   > > regards, > > Hannes Hutmacher > > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb P

Re: "WARNING: failed verification -- update retained (will try again)" message

2019-06-03 Thread Kevin Korb via rsync
; Any hint? > > Thank you > > Gabriele > -- ~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._., Kevin Korb Phone:(407) 252-6853 Systems Administrator Internet: FutureQuest, Inc. ke...@futurequest.net (work) Orlando, Flor

Re: --delete-missing-args doesn't delete

2019-04-23 Thread Kevin Korb via rsync
t; rsync  version 3.1.1  protocol version 31 > Copyright (C) 1996-2014 by Andrew Tridgell, Wayne Davison, and others. > Web site: http://rsync.samba.org/ > Capabilities: >     64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, >     socketpairs, hardlinks, symlinks,

  1   2   3   4   5   6   7   8   >