[GH-ISSUE #1] Use a database to store sessions.txt rather than a file #1

Closed
opened 2026-02-27 08:13:47 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem 2026-02-27 08:13:47 +03:00
Author
Owner

@lucascbeyeler commented on GitHub (Sep 3, 2017):

Implemented

<!-- gh-comment-id:326798766 --> @lucascbeyeler commented on GitHub (Sep 3, 2017): Implemented
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zmbackup#1
No description provided.