backups: fix timestamp in backup filename (once again...)
This commit is contained in:
parent
cac25cbe60
commit
1e291bbdc6
@ -3,7 +3,7 @@ read args
|
||||
echo Arguments: $args
|
||||
if [ -d "$args" ] ; then
|
||||
echo "Performing backup to directory $args"
|
||||
TARGET="$args/qubes-backup-`date +'%Y-%d-%mT%H%M%S'`"
|
||||
TARGET="$args/qubes-backup-`date +'%Y-%m-%dT%H%M%S'`"
|
||||
echo "Copying STDIN data to $TARGET"
|
||||
cat > $TARGET
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user