Back up your Dokku Digital Ocean server
2019-06-18
Alan Vardy
Want to do make an offsite backup? Heard the horror stories of what happens when Digital Ocean cuts you off (hint: you lose access to your backups too).
rsync to the rescue!
This command will transfer the folder, will all files inside, to the destination folder. In this case I am putting the dokku home folder (which contains all my Dokku containers) in my downloads folder.
rsync -azP --delete root@YOUR.IP.ADDRESS.HERE:/home/dokku ~/Downloads/
Like what you see?
Related Posts
2018-12-13
2019-04-26
2019-07-25
2018-12-09
2019-01-18