You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor backup configuration and logging; added LastCopies feature for backup retention. Updated Docker configuration and improved README for clarity.
Copy file name to clipboardExpand all lines: README.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Container for backing up other container's volumes and database dumps to Mega.nz
6
6
7
7
DISCLAIMER: If Mega.nz API returns error 402, login in browser from the same IP address before running the container. (<https://github.com/rclone/rclone/issues/8270#issuecomment-2562047717>)
8
8
9
-
This example config backups PostgreSQL database from `postgres-example` container every day at 12:00.
9
+
This example config backups PostgreSQL database from `postgres-example` container every day at 12:00. It keeps last 10 copies in the output directory, older copies are moved to the rubbish bin.
10
10
11
11
### Example `backuper.json`
12
12
@@ -18,6 +18,7 @@ This example config backups PostgreSQL database from `postgres-example` containe
**DISCLAIMER: This project uses [`go-pgdump`](https://github.com/JCoupalK/go-pgdump) to dump PostgreSQL database. It doesn't feature all of `pg_dump` features and only supports dumping table contents, not triggers, views, functions, etc.**
0 commit comments