Hello everybody, Recently I developed a set of Perl modules and scripts to take some backups (files and database) and I uploaded the project to GitHub. So basically the functionality of this modules are: Take full and incremental backups rotated
Making backups with rsync
rsync is a tool used for synchronize files or directories minimizing the data transfer, due to its algorithm based in the difference of the files and the data compression. rsync allow us work in a local machine and with remote