mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
commit
dff28f2653
@ -118,8 +118,7 @@ class XbmcBackup:
|
|||||||
|
|
||||||
#append backup folder name
|
#append backup folder name
|
||||||
if(int(self.addon.getSetting('addon_mode')) == 0 and self.remote_path != ''):
|
if(int(self.addon.getSetting('addon_mode')) == 0 and self.remote_path != ''):
|
||||||
date_today = time.localtime(time.time())
|
self.remote_path = self.remote_path + time.strftime("%Y%m%d") + "/"
|
||||||
self.remote_path = self.remote_path + str(date_today[1]) + str(date_today[2]) + str(date_today[0]) + "/"
|
|
||||||
elif(int(self.addon.getSetting('addon_mode')) == 1 and self.addon.getSetting("backup_name") != '' and self.remote_path != ''):
|
elif(int(self.addon.getSetting('addon_mode')) == 1 and self.addon.getSetting("backup_name") != '' and self.remote_path != ''):
|
||||||
self.remote_path = self.remote_path + self.addon.getSetting("backup_name") + "/"
|
self.remote_path = self.remote_path + self.addon.getSetting("backup_name") + "/"
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user