backup sdcard script: fix for wrong month number
This commit is contained in:
parent
3d800fe23c
commit
0d0e32dd54
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ fi
|
|||
|
||||
device=$1
|
||||
|
||||
timestamp=`date +%Y%M%d`
|
||||
timestamp=`date +%Y%m%d`
|
||||
dest_file="/tmp/$timestamp.dd.xz"
|
||||
|
||||
echo "about to clone $device to $dest_file"
|
||||
|
|
Loading…
Reference in a new issue