Re: Getting --delete to work, simply

2018-05-04 Thread Francis.Montagnac--- via rsync
Hi. On Thu, 03 May 2018 15:06:14 -0500 Mike Brown via rsync wrote: > On Thu, May 03, 2018 at 02:59:11PM -0400, Kevin Korb via rsync wrote: >> Note that these are working because S* and s* are being applied to all >> the dirs and files within dirs. So if you had x/Something it wouldn't >> get

Re: [Bug 13587] New: Add a --dry-run way to show destination for each item

2018-08-22 Thread Francis.Montagnac--- via rsync
Hi (sorry to only answer to the list) On Tue, 21 Aug 2018 23:03:56 - just subscribed for rsync-qa from bugzilla via rsync wrote: > User very much wants to know where the files _will go_ before daring to try an > actual run. > He tries even > rsync -vv --dry-run --itemize-changes -avz

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

2019-04-25 Thread Francis.Montagnac--- via rsync
Hi. On Tue, 23 Apr 2019 16:35:15 +0200 MI via rsync wrote: > If someone has a good suggestion on how to rsync a list of files and > delete from the destination any file that is not listed in --files-from, > that would be welcome. Assuming you are talking about files in a same source

Re: implied-dirs tail component being chown'd

2019-08-28 Thread Francis.Montagnac--- via rsync
Hi. On Tue, 27 Aug 2019 14:56:25 -0700 Chris Roehrig via rsync wrote: > rsync -a --super --relative --no-implied-dirs "--filter=. HomeWin.rfilter" > /cygdrive/c/Users/me/./ myserver:/WinBACKUP/Users/me/ If you are connecting to myserver as you (not root), simply suppressing the --super

Re: Correct, resumable, large-file flags

2019-07-28 Thread Francis.Montagnac--- via rsync
Hi On Sat, 27 Jul 2019 11:45:58 +0100 Mark Raynsford wrote: > Same effect on ^C, unfortunately. The exact command I'm running (with > names changed to protect the innocent :): > $ /usr/local/bin/rsync \ > -a -L -i '--chmod=ugo-rwx,Dugo+x,ugo+r,u+w' \ > --delete-after \ >

Re: Correct, resumable, large-file flags

2019-07-27 Thread Francis.Montagnac--- via rsync
Hi On Fri, 26 Jul 2019 20:15:27 +0100 Mark Raynsford via rsync wrote: > I want to mirror a directory A on server www1.example.com to a > directory B on www2.example.com. The directory A contains very > large but essentially read-only files. A server process on > www1.example.com periodically

Re: rsync with mode --delete

2020-06-22 Thread Francis.Montagnac--- via rsync
Hi. On Tue, 23 Jun 2020 11:14:41 +0700 Budi Janto via rsync wrote: > I need to know, I use rsync-3.1.3_1 under FreeBSD both of server & > client side. Server running ZFS with RAID system, stored data mount > point to /mnt/DATA. Under certain circumstances, ZFS failure to mounting > data in

Re: rsync with mode --delete

2020-06-28 Thread Francis.Montagnac--- via rsync
Hi. On Sat, 27 Jun 2020 00:23:12 +0700 Budi Janto wrote: > On 6/23/20 12:37 PM, francis.montag...@inria.fr wrote: >> If the rsync source path is /mnt/DATA yes, it will remove data on the >> client, but if the source path is a sub-directory of /mnt/DATA the >> rsync will fail without doing any

Using --inplace and --sparse to a NetApp NAS through NFS

2020-11-21 Thread Francis.Montagnac--- via rsync
Hi. I noticed, when using --inplace and --sparse to update a file of 36 G located in an NFS mounted directory from a NetApp NAS through NFS, that rsync is rewriting most of it: 27 G, while rsync (--stats) indicates a literal data of only 262,144 bytes. This do not happens with --inplace

Re: Is there a default for 'pid file' for rsync in daemon mode?

2021-01-01 Thread Francis.Montagnac--- via rsync
Hi. On Fri, 01 Jan 2021 09:57:38 + Chris Green via rsync wrote: > My backup system crashed a couple of nights ago due to a power cut > (can't really blame it!) and I went and restarted it after the power > came back. However, as I note above, files in /home/chris/tmp/pid > aren't cleared

Re: Rsync just hanging sometimes

2022-07-27 Thread Francis.Montagnac--- via rsync
Hi. On Wed, 27 Jul 2022 13:30:32 +0300 Alexander Gribanov via rsync wrote: > Rsync starts, goes as in the log below and just hangs like this for minutes > or maybe even hours and nothing changes... This may happen when windows is involved. Try to add the --whole-file option. --

Re: [Bug 15254] New: rsync performs full replication with option -I since last upgrade to version 3.2.3 protocol version 31

2022-11-27 Thread Francis.Montagnac--- via rsync
Hi. Note: re-sending to rsync@lists.samba.org On Sat, 26 Nov 2022 21:24:45 + just subscribed for rsync-qa from bugzilla via rsync wrote: > I can replicate the issue in a simple test scenario /tmp/source to /tmp/dest > via > rsync -rauvxHI --delete --stats --log-file=/tmp/rsync.log \ >

Re: [Bug 15254] New: rsync performs full replication with option -I since last upgrade to version 3.2.3 protocol version 31

2022-11-27 Thread Francis.Montagnac--- via rsync
Hi. On Sat, 26 Nov 2022 21:24:45 + just subscribed for rsync-qa from bugzilla via rsync wrote: > I can replicate the issue in a simple test scenario /tmp/source to /tmp/dest > via > rsync -rauvxHI --delete --stats --log-file=/tmp/rsync.log \ > /tmp/source/ /tmp/dest/ > Performs a full

Re: rsync 3.2.7 hangs when --usermap is used and receiver is not a super-user

2023-03-08 Thread Francis.Montagnac--- via rsync
Hi. On Wed, 08 Mar 2023 22:21:28 +0100 Tomasz Chmielewski via rsync wrote: > After upgrading to rsync 3.2.7, the following command hangs forever > (using "--usermap" causes the hang; without "--usermap" it doesn't > hang): > rsync -v -p -e --usermap user:user /etc/services user@remote:

Re: Trying to diagnose incomplete file transfer

2023-03-07 Thread Francis.Montagnac--- via rsync
Hi On Sun, 05 Mar 2023 07:45:16 -0800 Robin Lee Powell via rsync wrote: > Oh, yeah, I missed that part. Yeah, don't do that; it's easy to add > a lock file to a shell script. Not so easy IMO to do that properly. Use the flock command if your system provides it. That said, using a systemd

Re: Trying to diagnose incomplete file transfer

2023-03-03 Thread Francis.Montagnac--- via rsync
Hi. On Sat, 04 Mar 2023 00:39:52 -0600 Albert Croft via rsync wrote: > The rsync commands may be launched from command-line or cron, but use > the same format and options in either case. As a result, there may be > multiple rsync processes pulling files from the same remote path to the >

Re: process --files-from filelist as given

2023-12-31 Thread Francis.Montagnac--- via rsync
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, this is not possible. See: SORTED TRANSFER ORDER that suggest also the --delay‐updates option.