Category Archives: backup

Python script to backup and restore rpm packages

I’ve written a simple Python script to backup and restore installed rpm packages. On Ubuntu, I used APTonCD for this matter, but in this case, for Fedora I decided to use my own script. The usage is quite simple, only … Continue reading

Posted in backup, Linux, Programming, Python | Tagged , , , , , , , , , , | Leave a comment

Nuevo script para realizar backups

Ayer estuve escribiendo un nuevo script para realizar los backups en mi sistema, ya que mis necesidades han cambiado. El script está adaptado a mi sistema y como digo, mis necesidades, pero quizás os pueda servir a vosotros. #!/bin/bash # … Continue reading

Posted in backup, Bash, Linux, Programming | Tagged , , , , , | Leave a comment