mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-24 22:55:56 +03:00
[GH-ISSUE #1] Use a database to store sessions.txt rather than a file #1
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lucascbeyeler on GitHub (Feb 23, 2017).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/1
Today, zmbackup use the file session.txt as a way to store the backup's history. This file is susceptible to failures and zmbackup only use this file because zmbkpose used before the fork. Now, that this application is restructured, is a good time to study a better way to store this log.
Two good candidates are MariaDB and PostgreSQL.
@lucascbeyeler commented on GitHub (Sep 3, 2017):
Implemented