Placeholder Image

ADN Informatique

Consultant Ingénierie Informatique

Saguenay (Jonquière), Québec, Canada. Tél: (581) 683-9887 Téléc: (581) 221-0874

Placeholder Picture

Retour

Zip Disk backup linux

2005-05-02 20:58:18 (ID: 65, Parent: 0, Type: post)
<dtml-var standard_html_header> <h2><dtml-var title_or_id></h2> <p> This is the <dtml-var id> Document. </p>  Script pour backuper un répertoire de data sur un zip disk  <pre> #!/bin/bash echo "Mounting zip disk" mount /mnt/zip echo "Backuping Personnal Data" cd old_home/Personnel rsync -uv * /mnt/zip cd echo "Syncing data" sync #sleep 5 echo "Unmounting zip disk" umount -l /mnt/zip echo "Done" eject -s /dev/sdd </pre>  <dtml-var standard_html_footer>  

Document Informatif

ADN Informatique

2015

Rev. 1

Jean-Luc Cyr