Re: BUG? rsync ends without message by delete files

Franke via rsync <[email protected]> Tue, 6 Feb 2024 22:18:58 +0100
Newsgroups gmane.network.rsync.general
Message-ID <[email protected]>
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 shell expands that wildcard giving rsync a list of sources.  The
> --delete only operates within that list meaning that anything not
> currently in that list is immune to deletion.

no, $SOURCE $TARGET are only placeholder here. In real there are normal
path's like: /foo/bar /new/foo/bar

The Rsync does some time correctly, like:

(sync) /foo/bar/bla_1
delete /foo/bar/mee/blub
...
(sync) /foo/bar/bla_2
...
delete /foo/bar/mee/borg
...

and then, it stops totally quiet.

I try'd to recall the command again an then ist wokrs again correctly
after the last output delete (/foo/bar/mee/borg...) and stopps again
after some correctly doing after deleting some files.

Same behavior by calling with --delete-before rsync breaks here too
after delete some files.

The very BIG Problem of this: NO ERRORS will be output
In the following the Backups are not complete synced, and the HDD-Store
goes to zero. :-(



Gruss
Franke

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html