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