[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Re: Utilistaire Backup



Ce qui suit est bon pour Linux, ca ne devrait pas etre trop different pour
FreeBSD.

[user@localhost user]$ man tar
[user@localhost user]$ man crontab
[user@localhost user]$ man bash
[user@localhost user]$ su -
[root@localhost root]# cat <<-EOT > /etc/cron.daily/backup.sh
#!/bin/bash
[ -f /etc/liste-de-fichiers-a-backuper ] || exit 0
[ -d /mnt/zone-de-sauvegarde-de-backup ] || exit 0
/bin/tar -T /etc/liste-de-fichiers-a-backuper \
        -jcf /mnt/zone-de-sauvegarde-de-backup/backup.tar.bz2
EOT
[root@localhost root]# chmod +x /etc/cron.daily/backup.sh
[root@localhost root]# cat <<-EOT > /etc/liste-de-fichiers-a-backuper
/mettre/le/nom/de/tes/fichiers/ici
/je/crois/que/les/repertoires/fonctionnent/aussi/
[...]
EOT
[root@localhost root]# exit
[user@localhost user]$



On Wed, 30 Apr 2003, Jean-Francois wrote:

> Est ce que l'on peut faire en sorte qu'a chaque jour il fait un backup des
> fichier que je lui indique automatiquement
> At 08:32 AM 30/04/2003 -0400, you wrote:
> >Jean-Francois wrote:
> > >
> > > QQu connait un bon utilitaire de backup sous freebsd
> >
> >L'utilitaire generalement utilise est "tar".
> >
> >--
> >Liste de diffusion aide
> >http://linux-quebec.org/mailman/listinfo/aide
>
> /////////////////////////////////////////////////////
> Jean-Francois Dufour
> Consultant Informatique et internet.
> Intégrateur Serveur Web
> http://www.prestigecollision.com
> http://www.cobraautosport.com
> [email protected]
> ////////////////////////////////////////////////////
> Service internet spécialisé.
> http://www.monitech.ca
> ///////////////////////////////////////////////////
>
>
> --
> Liste de diffusion aide
> http://linux-quebec.org/mailman/listinfo/aide
>

--------------------------------------------------------------------------
     1024D/BEF5DD36 Richard Prescott <[email protected]>
     Key fingerprint = E11B E939 8A1D 2FA8 A672  555F ABA8 DE5A BEF5 DD36