Exemple #1
0
	def history(self, source, file_path):
		source = os.path.normpath(source)
		file_path = os.path.normpath(file_path)
		
		backupsource = BackUpSource(source, self.backuplist.get_target(source))
		backupsource.history(file_path)