Ulli Horlacher
2024-05-20 10:56:40 UTC
Ich dachte bisher, dass "cp -a" eine Datei mit ALLEN Attributen kopiert.
Ist aber nicht der Fall, Beispiel:
***@fex:/local/test# ll zz*
-rw-r--r-- root root 40 2024-05-20 02:02:08 zz
***@fex:/local/test# cp -av zz zz2
'zz' -> 'zz2'
***@fex:/local/test# lsattr zz zz2
-----ad--------------- zz
---------------------- zz2
***@fex:/local/test# man cp
(...)
-a, --archive
same as -dR --preserve=all
(...)
rsync kanns auch nicht:
***@fex:/local/test# rm zz2
***@fex:/local/test# rsync -vaAX zz zz2
sending incremental file list
zz
sent 142 bytes received 35 bytes 354.00 bytes/sec
total size is 40 speedup is 0.23
***@fex:/local/test# lsattr zz zz2
-----ad--------------- zz
---------------------- zz2
Wie also kopiert man ALLES?
Ist aber nicht der Fall, Beispiel:
***@fex:/local/test# ll zz*
-rw-r--r-- root root 40 2024-05-20 02:02:08 zz
***@fex:/local/test# cp -av zz zz2
'zz' -> 'zz2'
***@fex:/local/test# lsattr zz zz2
-----ad--------------- zz
---------------------- zz2
***@fex:/local/test# man cp
(...)
-a, --archive
same as -dR --preserve=all
(...)
rsync kanns auch nicht:
***@fex:/local/test# rm zz2
***@fex:/local/test# rsync -vaAX zz zz2
sending incremental file list
zz
sent 142 bytes received 35 bytes 354.00 bytes/sec
total size is 40 speedup is 0.23
***@fex:/local/test# lsattr zz zz2
-----ad--------------- zz
---------------------- zz2
Wie also kopiert man ALLES?
--
Ullrich Horlacher Server und Virtualisierung
Rechenzentrum TIK
Universitaet Stuttgart E-Mail: ***@tik.uni-stuttgart.de
Allmandring 30a Tel: ++49-711-68565868
70569 Stuttgart (Germany) WWW: https://www.tik.uni-stuttgart.de/
Ullrich Horlacher Server und Virtualisierung
Rechenzentrum TIK
Universitaet Stuttgart E-Mail: ***@tik.uni-stuttgart.de
Allmandring 30a Tel: ++49-711-68565868
70569 Stuttgart (Germany) WWW: https://www.tik.uni-stuttgart.de/