rsync
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| rsync [2011/04/26 10:15] – admin | rsync [2014/12/27 21:04] (aktuell) – admin | ||
|---|---|---|---|
| Zeile 2: | Zeile 2: | ||
| http:// | http:// | ||
| + | |||
| + | === Festplatte kopieren mit rsync === | ||
| + | |||
| + | http:// | ||
| ===Serversicherung Feynman, Newton=== | ===Serversicherung Feynman, Newton=== | ||
| Zeile 37: | Zeile 41: | ||
| < | < | ||
| - | -- progress | + | --progress |
| + | --partial | ||
| + | -P same as --partial --progress | ||
| + | --delete-before | ||
| -b, --backup | -b, --backup | ||
| -l, --links | -l, --links | ||
| Zeile 46: | Zeile 53: | ||
| -a, --archive | -a, --archive | ||
| + | -v, --verbose | ||
| -t, --times | -t, --times | ||
| - | --devices | + | |
| - | | + | --specials |
| - | | + | -D same as --devices --specials |
| -x, --one-file-system | -x, --one-file-system | ||
| </ | </ | ||
| - | *rsync --progress -avu Quelle Ziel | ||
| - | | + | rsync --progress |
| - | | + | |
| - | *rsync -av -e ssh root@10.0.0.3:/ | + | Upload auf peer.st/downloads |
| - | | + | rsync -av --progress |
| - | *geht auch in die andere Richtung! | + | ISO aktualisieren auf proxy |
| - | | + | |
| - | *newton:~ # rsync -av --progress -e ssh root@10.67.0.254:/ | + | Upload auf proxy |
| - | | + | |
| + | |||
| + | rsync -av -e ssh remoteuser@remotehost:/ | ||
| + | |||
| + | rsync -av -e ssh root@10.0.0.3:/ | ||
| + | |||
| + | feynman:/ # rsync -av -e ssh root@10.67.0.254:/ | ||
| + | |||
| + | geht auch in die andere Richtung! | ||
| + | |||
| + | rsync -av -e ssh / | ||
| + | |||
| + | newton:~ # rsync -av --progress -e ssh root@10.67.0.254:/ | ||
| + | |||
| + | | ||
| + | |||
| + | rsync -av --partial-dir=.rsync-partial --progress -e ssh 2011-09-11_OSC_Nuernberg.odp root@193.170.221.2:/ | ||
| *[[http:// | *[[http:// | ||
| Zeile 92: | Zeile 114: | ||
| *[[http:// | *[[http:// | ||
| + | === rsync von SLES 11 auf Windows 7 Freigabe === | ||
| + | rsync --iconv=UTF-8, | ||
rsync.1303805712.txt.gz · Zuletzt geändert: von admin
