Fichiers de départ
This commit is contained in:
12
bin/oldies/topisto_incremental_backup.sh
Executable file
12
bin/oldies/topisto_incremental_backup.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
export TARGET=/opt/topisto.net
|
||||
export LADATE=`date +%Y%m%d`
|
||||
export HIER=`date +%Y%m%d -d "1 day ago"`
|
||||
|
||||
export SOURCE=/tmp/topisto.net/www
|
||||
|
||||
/opt/bin/incremental_backup.sh
|
||||
|
||||
export SOURCE=/tmp/topisto.net/TOPISTO
|
||||
|
||||
/opt/bin/incremental_backup.sh
|
||||
Reference in New Issue
Block a user