Главная > Linux > Rsync — скопировать весь диск

Rsync — скопировать весь диск

16 июля 2013

rsync -avxHAX --progress / /new-disk/

The options are:

-a : all files, with permissions, etc..
-v : verbose, mention files
-x : stay on one file system
-H : preserve hard links (not included with -a)
-A : preserve ACLs/permissions (not included with -a)
-X : preserve extended attributes (not included with -a)

Categories: Linux Tags:
Комментирование отключено.