bonsoir et bonne semaine
j'ai un probleme ce dimanche.
ddate=`stat --printf '%y#%n\n' $a/*$t* | sort | cut -d "." -f 1 | sed -n '1 p'`
g="--newer-mtime=\"`echo ${ddate}`\""
nom="backup"
marche="oui"
if [ "$marche" = "oui" ] ; then
archive="$a/${nom}_$(date +%Y-%m%B-%d_%H%M%S).tar.gz"
tar -zcvf $archive -X /home/patrick/backupExclude $g --exclude=/proc --exclude=/dev -p -P ${s//:/ }
fi
et ca me donne la commande
(…)