22
0
Fork 0

ajout commentaire

This commit is contained in:
jdubois 2023-01-23 16:48:45 +01:00
parent 47fa761b2e
commit 18d648c326
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ echo "Syncing /var (MFS) to Flash, please be patient..."
En cron une fois par semaine :
~~~
# Sync /var vers /var_persistent une fois par semaine
30 4 * * 6 /bin/sh /etc/rc.shutdown >/dev/null && /sbin/mount -u -r /var_persistent
~~~