View Backup quotidien de repertoires #!/bin/sh # Ce script est a appeler dans la crontab : # ~$ crontab -e # 0 6 * * * /home/benoit/make_backups.sh >>/home/benoit/backups_automatises.log #...Read More