Skip to content

Instantly share code, notes, and snippets.

View decko's full-sized avatar

André "decko" de Brito decko

View GitHub Profile
@decko
decko / backupxfs.py
Created December 11, 2020 00:23
My oldest python script...
#! /usr/bin/python
# -*- coding: utf-8 -*-
##############################################################
# Programa para Backup de Partições XFS.
# André Filipe de Assuncao e Brito (decko@noisemakers.org)
# Fabricio Coutinho Medeiros (fabriciocoutinho@terra.com.br)
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.