mirror of
https://github.com/wekan/wekan.git
synced 2026-02-18 05:58:07 +01:00
Updated Backup (markdown)
parent
c6c4dc9ddf
commit
9133f030fb
1 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ makeDump()
|
|||
|
||||
# Prepares.
|
||||
now=$(date +'%Y-%m-%d_%H.%M.%S')
|
||||
position=$(pwd)
|
||||
mkdir -p /var/backups/wekan/$now
|
||||
|
||||
# Targets the dump file.
|
||||
|
|
@ -28,7 +27,6 @@ makeDump()
|
|||
|
||||
# Cleanups
|
||||
rm -rf $now
|
||||
cd $position
|
||||
|
||||
# End.
|
||||
printf "\nBackup done.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue