This tool allows to backup a FYLR / easydb instance via API into local storage. There can only be one backup / restore performed at a time.
For local backups of this running instance, it is probably better to use the backup provided by FYLR itself System → Backup.
Type | Name | Time | Duration | Size | Info | ||||
---|---|---|---|---|---|---|---|---|---|
{{ $bup.Type }} {{ if $bup.RunInfo }} {{ end }} | {{ $bup.Name }} | {{ Datetime $bup.Time }} | {{ Duration $bup.RunTime }} | {{ HumanByteSize $bup.DirSize }} | {{ $bup.Info }} | {{ if $bup.RunInfo }}{{ if $bup.RunStoppable }} Stop {{ end }} | {{ else }} | Remove | Download | {{ end }}
You need to upload a backup file in format "postgres" created in and downloaded from System → Backup.
{{ if eq .InstanceInfo.DBdriver "sqslite3" }} Unable to restore into FYLR with backend {{ .InstanceInfo.DBdriver }} {{ else }} {{ end }}