informatica:certificaciones:lpic:lpic-2:206_system_maintenance:206.2
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| informatica:certificaciones:lpic:lpic-2:206_system_maintenance:206.2 [2021/04/08 20:23] – [rsync] tempwin | informatica:certificaciones:lpic:lpic-2:206_system_maintenance:206.2 [2021/04/09 08:37] (actual) – [mt] tempwin | ||
|---|---|---|---|
| Línea 52: | Línea 52: | ||
| * Red | * Red | ||
| - | ===== tar ===== | + | ===== Herramientas de backup |
| + | ==== tar ==== | ||
| Comando que permite comprimir/ | Comando que permite comprimir/ | ||
| Línea 80: | Línea 81: | ||
| <code bash> | <code bash> | ||
| - | tar zcvf backup_etc.tar /etc | + | tar zcvf backup_etc.tar.gz /etc |
| </ | </ | ||
| Línea 97: | Línea 98: | ||
| </ | </ | ||
| - | ===== dd ===== | + | ==== dd ==== |
| Comando que permite realizar copias de bajo nivel de un periférico (bloque a bloque). | Comando que permite realizar copias de bajo nivel de un periférico (bloque a bloque). | ||
| Línea 136: | Línea 137: | ||
| </ | </ | ||
| - | ===== rsync ===== | + | ==== rsync ==== |
| Comando para copiar o sincronizar ficheros desde una localización a otra con poco ancho de banda. | Comando para copiar o sincronizar ficheros desde una localización a otra con poco ancho de banda. | ||
| Línea 179: | Línea 180: | ||
| </ | </ | ||
| - | ===== mt ===== | + | ==== mt ==== |
| Comando que realiza las operaciones de control de las cintas magnéticas. | Comando que realiza las operaciones de control de las cintas magnéticas. | ||
| Línea 235: | Línea 236: | ||
| Esto estaría creando en destino ''/ | Esto estaría creando en destino ''/ | ||
| + | |||
| + | **Which of the following commands will securely copy the directory ./fyf/ to /var/tmp/ on the remote host deltaur using the remote user account kevin?** | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | **What backup arrangement should be used for an intranet web server the contents of which is updated fairly regularly by different staff?** | ||
| + | |||
| + | * Daily incremental backups with a weekly full backup tape sent off-site. (**Solución**) | ||
| + | * Monthly full backups with the tape sent off-site. | ||
| + | * Daily full backups with all tapes sent off-site. | ||
| + | * Weekly full backups with all tapes sent off-site. | ||
| + | * Daily full backups with one tape sent off-site per week. | ||
| + | |||
| + | |||
informatica/certificaciones/lpic/lpic-2/206_system_maintenance/206.2.1617906195.txt.gz · Última modificación: por tempwin
