>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 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
>