mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 06:41:25 -08:00
revisions
This commit is contained in:
parent
5291949358
commit
74177ecfd0
6 changed files with 11 additions and 9 deletions
|
|
@ -144,7 +144,8 @@
|
|||
(ensure-directories-exist (in-data-path "" "backup/"))
|
||||
(zip (in-data-path *backup-data-file* "backup/")
|
||||
(in-data-path))
|
||||
(loc:make-map-bin))
|
||||
(loc:make-map-bin)
|
||||
(toast (tr "backup ready")))
|
||||
|
||||
(defun restore-eventual-backup ()
|
||||
"Checks if there are backup files in local data directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue