Kevin Pirnie' Articles
- Home / Archives for August 2019
By: Kevin On: August 30, 2019
Posted In: Development Hosting Linux Server Management Software Software Source Code Ubuntu bash compression hosting linux nginx shell shell scripting web hosting
We recently found ourselves needing a new incremental file backup system... something we could use to remotely store, something fast, something secure, and ultimately something reliable.In steps Duplicity.Duplicity allows us to sync incremental file backups to our cloud storage flawlessly; it has helped reduce backup file size, allows us to encrypt the backups, and reduce the amount of bandwidth needed for transferring both backups and restores. Overall giving our developers a much needed break from their manual backups.The script in our repo contains an installer that will setup everything you will need on your servers for this, though please do note that the restore is incomplete. While we have verified manual account & app restores, we have not been able to perfect account based restores.… Read More