JMStV

Dieser Inhalt ist in ihrer Altersklasse leider nicht verfügbar.

Kommentar

rsync: less known feature

Fancy footwork with remote file lists

One little known feature of rsync is the fact that when run over a
remote shell (such as rsh or ssh) you can give any shell command as
the remote file list. The shell command is expanded by your remote
shell before rsync is called. For example, see if you can work out
what this does:

rsync -avR remote:’`find /home -name “*.[ch]“`’ /tmp/

note that that is backquotes enclosed by quotes (some browsers don’t
show that correctly).

http://rsync.samba.org/examples.html

Kommentar

Damals und Heute…

Früher war man begeistert wenn etwas schon in der Wikipedia eingetragen war, heute freut man sich darüber, wenn es noch drin ist.

Kommentare (1)

< Vorherige Einträge