Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backuptopus 🦑

A dockerized Python script that backs up folders and PG into a single tar.gz file, including mattermost notifications and backup rotation.

Example Docker Compose Config:

backup:
    build: ../backuptopus
    volumes:
      - ./mattermost:/mnt/mattermost
      - ./backups:/mnt/backups
    environment:
      MMS_WEBHOOK: "http://..."
      BACKUP_DIR: "/mnt/backups"
      FILE_TARGETS: "/mnt/mattermost"
      PG_TARGETS: "postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres/${POSTGRES_DB}"

About

Folders + DB backups for dockerized services

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages