close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Nov 6, 2012, 10:27:05 AM (13 years ago)
- Author:
-
irina
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
78 | 78 | ogMount 1 1 |
79 | 79 | mount -t squashfs -o loop /opt/opengnsys/image/Windows.sqfs /opt/opengnsys/cache/opt/opengnsys/images/montar |
80 | | rsync -aq -XHgo --delete $OGCAC$OGIMG/montar/ $PART 2>&1 | tee -a $FILELOG |
| 80 | rsync -aq -XH --delete $OGCAC$OGIMG/montar/ $PART 2>&1 | tee -a $FILELOG |
81 | 81 | # Restableciendo acl |
82 | 82 | cp $PART/ogimage.acl /tmp |
… |
… |
|
94 | 94 | --delete Borra los ficheros que no existían en el original |
95 | 95 | |
| 96 | -A preserva ACLs |
| 97 | |
| 98 | -X preserva atributos extendidos (como los de Selinux) |
| 99 | |
96 | 100 | -H preserva enlaces “duros” |
97 | 101 | |
98 | | -g preserva grupo |
99 | | |
100 | | -o preserva propietario |
| 102 | -n realiza la prueba pero no hace cambios, nos sirve para crear el listado. |
| 103 | |
| 104 | |
101 | 105 | |
102 | 106 | No utilizamos: |
… |
… |
|
107 | 111 | |
108 | 112 | --progress: muestra los archivos y el progreso → cuelga el equipo. |
| 113 | |
| 114 | -g preserva grupo (incluido en a) |
| 115 | |
| 116 | -o preserva propietario (incluido en a) |
109 | 117 | |
110 | 118 | == Crear una imagen diferencial == |