Changeset 2647 for n4d-backup-manager
- Timestamp:
- Oct 19, 2016, 5:44:04 PM (5 years ago)
- Location:
- n4d-backup-manager/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
n4d-backup-manager/trunk/fuentes/debian/changelog
r2220 r2647 1 n4d-backup-manager (0.0.2-lliurex1) xenial; urgency=medium 2 3 * Fixed minor bug when attempting to create a backup with a db that doesn't exist 4 5 -- Juanma Navarro Mañez <juanma1980@gmail.com> Wed, 19 Oct 2016 17:43:31 +0200 6 1 7 n4d-backup-manager (0.0.2) xenial; urgency=medium 2 8 -
n4d-backup-manager/trunk/fuentes/n4d-backup-manager.install/usr/share/n4d/python-plugins/support/BackupManager.py
r2194 r2647 83 83 except Exception as e: 84 84 print "%s database not found!!" % str(application) 85 continue 85 86 86 87 tar.close()
Note: See TracChangeset
for help on using the changeset viewer.