Skip to content

stfl/dokku-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Backup Dokku Host

  • rsync incremental rolling backups
  • postgres database dumps
  • periodically with systemd timer

Setup as systemd job

[Unit]
Descriptio=Backup dokku config and dump databases

[Service]
Type=oneshot
ExecStart=/home/lendl/dokku-backup/backup.sh
[Unit]
Description=Run dokku-backup daily at 5:00

[Timer]
OnCalendar=5:00
Persistent=true

[Install]
WantedBy=timers.target
systemctl daemon-reload
systemctl enable dokku-backup.timer --now

About

A backup script to backup my Dokku based server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages