Subversion Repositories ALCASAR

Rev

Rev 645 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 645 Rev 672
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/bash
2
# $Id: alcasar-mondo.sh 645 2011-06-23 20:04:02Z franck $
2
# $Id: alcasar-mondo.sh 672 2011-07-08 15:34:22Z richard $
-
 
3
 
-
 
4
# alcasar-mondo.sh
3
# by 3abtux (with debug helps by Michel GAUDET)
5
# by Franck BOUIJOUX and Michel GAUDET
-
 
6
# This script is distributed under the Gnu General Public License (GPL)
-
 
7
 
-
 
8
# Création de l'archive à chaud du système
-
 
9
# Hot system backup creation
4
 
10
 
5
DIR_TMP="/var/log/mondo"
11
DIR_TMP="/var/log/mondo"
6
DIR_ISO="/var/Save/ISO"
12
DIR_ISO="/var/Save/ISO"
7
date=`date +%F-%Hh%M`
13
date=`date +%F-%Hh%M`
8
HOSTNAME=`hostname -s`
14
HOSTNAME=`hostname -s`