# Mantenere aggiornato “KlaTV Offline” tramite l'accesso al server (con Console rsync - Linux per utenti esperti)

### <span style="color: rgb(255, 255, 255);">**<span style="background-color: rgb(29, 62, 98);"><span style="background-color: rgb(45, 194, 107);"><span style="background-color: rgb(29, 62, 98);"> Come Console</span></span> </span>**</span>

<div class="responsive-iframe" id="bkmrk-"></div>### <span style="color: rgb(255, 255, 255);">**<span style="background-color: rgb(164, 0, 0);"> 1 </span> <span style="background-color: rgb(29, 62, 98);"><span style="background-color: rgb(45, 194, 107);"><span style="background-color: rgb(29, 62, 98);"> Avviare Console </span></span></span>**</span>

### <span style="color: rgb(255, 255, 255);">**<span style="background-color: rgb(164, 0, 0);"> 2 </span> <span style="background-color: rgb(29, 62, 98);"><span style="background-color: rgb(45, 194, 107);"><span style="background-color: rgb(29, 62, 98);"> Entrare nel registro desiderato</span></span> </span>**</span>

### <span style="color: rgb(255, 255, 255);">**<span style="background-color: rgb(164, 0, 0);"> 3 </span> <span style="background-color: rgb(29, 62, 98);"><span style="background-color: rgb(45, 194, 107);"><span style="background-color: rgb(29, 62, 98);"> Inserire il seguente comando</span></span> </span>**</span>

```
export RSYNC_PASSWORD=klatv_offline

rsync -rptv --size-only rsync://klatv_offline@ch6.mirror.kla.tv:/klatv_offline/* . --delete
```

Nota: ch6 può essere sostituito con qualsiasi server.

\--delete è facoltativo.

<p class="callout info"><span style="color: rgb(0, 0, 0);">**Non c'è una barra di progresso: il download avviene in background.** </span></p>

<div class="responsive-iframe" id="bkmrk--4"></div>### <span style="color: rgb(255, 255, 255); background-color: rgb(45, 194, 107);"> **FINITO** </span>