Samuel Vermeulen c4d32b6c36 maj cron
2020-12-17 23:24:48 +01:00
2020-12-17 18:20:54 +01:00
2020-12-17 23:24:48 +01:00
up
2020-12-17 19:52:33 +01:00

synchro-disk

install

git clone https://git.weblib.re/Oisux/scripts-brique.git && cd scripts-brique
ln -s $(pwd)/synchro-disk.sh /usr/bin/synchro-disk

Manuel

synchro-disk /dev/sdX # sdX étant le second disque

Cron toutes les heures

0 * * * * echo -e "$(date)\n" > /var/log/synchro-disk.log 2>&1 && /usr/bin/synchro-disk /dev/sdX >> /var/log/synchro-disk.log 2>&1
Description
No description provided
Readme 36 KiB
Languages
Shell 100%