Liking cljdoc? Tell your friends :D

crux.backup


backupclj

(backup {:keys [backup-dir] :as system-options} crux-system)

backup-current-versionclj

(backup-current-version {:keys [:crux.backup/checkpoint-directory]
                         :as system-options}
                        crux)

check-and-restoreclj

(check-and-restore {:keys [event-log-dir db-dir]
                    :as system-options
                    :crux.backup/keys [checkpoint-directory]})

download-from-backendcljmultimethod


ISystemBackupcljprotocol

write-checkpointclj

(write-checkpoint this system-options)

restoreclj

(restore {:keys [event-log-dir db-dir backup-dir] :as system-options})

upload-to-backendcljmultimethod

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close