Top "Backup-strategies" questions

How to backup SVN repository?

I often hear that having an SVN repository doesn't cancel need for backups. How is such backup done? I mean …

svn version-control backup backup-strategies
How to transfer pgp private&public key to another computer?

I read this article (archived link) which explained very well how to setup PGP on macOS. But I'm planning to …

encryption gnupg pgp backup-strategies
How can I slow down a MySQL dump as to not affect current load on the server?

While doing a MySQL dump is easy enough, I have a live dedicated MySQL server that I am wanting to …

mysql backup replication mysqldump backup-strategies
Magento: backup options

I have a question regarding the Magento options found under: Admin Panel -> System -> Tools -> …

magento backup database-backups backup-strategies
How do I pipe a git clone to archive (tar or gzip)

I am trying to make a simple backup script for my remotely hosted git repos. In the script I have …

git gzip pipe tar backup-strategies