Sequoia 15.2 und das interne rsync

MOM2006

Aktives Mitglied
Thread Starter
Registriert
21.09.2011
Beiträge
3.901
Reaktionspunkte
1.296
Hallo zusammen,

ich habe mir heute die man page zu rsync von macos 15.2 angeschaut. da steht wie folgt:

The version of rsync described by this man page, samba rsync, is in the
process of being replaced by openrsync. When /usr/bin/rsync is
invoked, the actual implementation that is executed will depend on the
set of flags passed on the command-line.

There are two ways to force a specific rsync implementation to be
selected. To change the default system-wide, a symlink may be placed
at /var/select/rsync with a target of either "rsync_samba" for this
version of rsync, or "rsync_openrsync" for openrsync. To select a
specific implementation for a single invocation of rsync, the
CHOSEN_RSYNC environment variable may be set to either "rsync_samba" or
"rsync_openrsync" as with the /var/select symlink.

ein binary rsync_samba bzw. rsync_openrsync habe ich nicht gefunden. Für Scripting setzt man also CHOSEN_RSYNC mit rsync_samba oder rsync_openrsync. Systemweit würde man ernsthaft einen symlink ins Leere setzen? weil ich finde weder rsync_samba noch rsync_openrsync als eigenes Binary am Mac. Scheint also so, als das /usr/bin/rsync beide Varianten inkludiert hat.

Code:
rsync --version
openrsync: protocol version 29
rsync version 2.6.9 compatible

und das wäre dann rsync 2.6.9 von samba. War da nicht letztens was mit Sicherheitslücken in rsync vom Samba. Apple wird da ja hoffentlich bald nachziehen oder?
 
suche hier im Forum mal nach rsync.
Code:
rsync --version
openrsync: protocol version 29
rsync version 2.6.9 compatible

und das wäre dann rsync 2.6.9 von samba. War da nicht letztens was mit Sicherheitslücken in rsync vom Samba. Apple wird da ja hoffentlich bald nachziehen oder?
Wohl kaum.
Nur so als Tip: lies mal hier: https://www.macuser.de/threads/rsync-selbst-kompilieren-ohne-overhead-von-homebrew.952457/
... und evt hier im Forum mal nach rsync suchen. Da gibt es Tonnen an Infos
 
Zurück
Oben Unten