Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revisionBoth sides next revision | ||
| es:docs:guide-user:base-system:cron [2023/12/26 17:38] – Minor changes brodrigueznu | es:docs:guide-user:base-system:cron [2023/12/26 18:02] – Minor changes brodrigueznu | ||
|---|---|---|---|
| Line 119: | Line 119: | ||
| '' | '' | ||
| - | ==== Periodic network restart | + | ==== Reinicio periódico de la red ==== |
| - | A simple solution for restart all your network | + | Una solución sencilla para reiniciar toda su red (lan, wan y wifi) cada 10 minutos es esta: |
| <code bash> | <code bash> | ||
| Line 126: | Line 126: | ||
| </ | </ | ||
| - | ==== Alarm clock ==== | + | ==== Despertador |
| - | If you have [[wp> | + | Si tiene [[wp> |
| - | When DST starts in central Europe, clocks advance from 02:00 CET to 03:00 CEST on last Sunday in March. | + | Cuando comienza el horario de verano en Europa Central, los relojes avanzan de las 02:00 CET a las 03:00 CEST del último domingo de marzo. |
| - | Six day before that, you could make your WoL wake you 10 minutes earlier. | + | Seis días antes, podría hacer que su WoL le despierte |
| - | Later won't work, you'll be late. | + | Más tarde no funcionará, llegará tarde. |
| - | When DST ends in central Europe, clocks retreat from 03:00 CEST to 02:00 CET on last Sunday in October. | + | Cuando finaliza el horario de verano en Europa Central, los relojes retroceden de las 03:00 CEST a las 02:00 CET del último domingo de octubre. |
| <code bash> | <code bash> | ||
| - | # min hour day month dayofweek command | + | # min hora día mes día-de-la-semana comando |
| 59 05 * * 1 / | 59 05 * * 1 / | ||
| - | # crontab | + | # crontab |
| </ | </ | ||
| - | ==== Keep number of configs | + | ==== Mantener el número de configuraciones/instantáneas de configuración |
| - | To keep a number | + | Para mantener un número |
| <code bash> | <code bash> | ||
| - | #Make a new backup/configurations snapshot at nighttime 00:01 am, keep last N=100 snapshots | + | #Hacer una nueva instantánea de copia de seguridad/configuraciones durante la noche a la 12:01 a. m., conserve las últimas |
| - | #01 00 * * * sysupgrade -b "/ | + | #01 00 * * * sysupgrade -b "/ |
| 01 00 * * * find "/ | 01 00 * * * find "/ | ||
| </ | </ | ||