Bugfix: register_existing

This commit is contained in:
ssamson-tis
2015-04-01 16:37:47 +02:00
parent 30fd30d506
commit 07bb5d7de6
2 changed files with 31 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@ class backup_null(backup_generic):
pass
def cleanup_backup(self):
pass
def register_existingbackups(self):
pass
def export_latestbackup(self,destdir):
return {}
def checknagios(self,maxage_hours=30):