linuxShortcuts/Backup/zRestore.sh

4 lines
78 B
Bash
Executable File

date
zbackup --non-encrypted --silent --cache-size 512mb restore $1 > $2
date