Tweak svn backup script
This commit is contained in:
parent
9ed266f056
commit
c0e6c0414b
|
@ -42,6 +42,7 @@ if [[ ! -d "$repo_path" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
output_path="$output_path/svn"
|
||||
mkdir -p "$output_path"
|
||||
|
||||
now=$(echo $(date '+%Y-%m-%d-%H-%M-%S'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user