def doBackup(self):
print "[***FlashBackup***] - start backup..."
if os_environ["LANGUAGE"] == "de":
self.flaschCom = "/usr/bin/build-nfi-image_de.sh"
else:
self.flaschCom = "/usr/bin/build-nfi-image_en.sh"
self.flaschCom += ' ' + config.plugins.FlashBackup.backuplocation.value
if config ...
Die Suche ergab 4 Treffer
- Dienstag 13. April 2010, 14:38
- Forum: Codesnippets
- Thema: wie könnte ich das lösen (bin absoluter anfänger)
- Antworten: 6
- Zugriffe: 2704
- Dienstag 13. April 2010, 13:29
- Forum: Codesnippets
- Thema: wie könnte ich das lösen (bin absoluter anfänger)
- Antworten: 6
- Zugriffe: 2704
- Dienstag 13. April 2010, 13:22
- Forum: Codesnippets
- Thema: wie könnte ich das lösen (bin absoluter anfänger)
- Antworten: 6
- Zugriffe: 2704
- Dienstag 13. April 2010, 12:52
- Forum: Codesnippets
- Thema: wie könnte ich das lösen (bin absoluter anfänger)
- Antworten: 6
- Zugriffe: 2704
wie könnte ich das lösen (bin absoluter anfänger)
def prombt(self, com):
configfile.save()
try:
if (path.exists(self.backuppath) == False):
makedirs(self.backuppath)
self.backupdirs = 'FlashBackup'
if self.finished_createFolder:
self.session.openWithCallback(self.finished_createFolder, Console, title = _("Backup is running..."), cmdlist ...
configfile.save()
try:
if (path.exists(self.backuppath) == False):
makedirs(self.backuppath)
self.backupdirs = 'FlashBackup'
if self.finished_createFolder:
self.session.openWithCallback(self.finished_createFolder, Console, title = _("Backup is running..."), cmdlist ...
