borgend.py

changeset 33
91421eeb4426
parent 31
b4b4bb7a2ec5
child 34
9fce700d42de
equal deleted inserted replaced
32:06fc14211ba9 33:91421eeb4426
23 backups[i]=Backup(i, backupconfigs[i]) 23 backups[i]=Backup(i, backupconfigs[i])
24 backups[i].schedule() 24 backups[i].schedule()
25 25
26 if __name__ == "__main__": 26 if __name__ == "__main__":
27 #print(settings) 27 #print(settings)
28 tray=BorgendTray("Borgend", backups); 28 tray=BorgendTray(backups);
29 tray.run() 29 tray.run()
30 pass 30 pass
31 31
32 # 32 #
33 # This shit is fucked, disables ^C etc., and threading doesn't seem to help 33 # This shit is fucked, disables ^C etc., and threading doesn't seem to help

mercurial