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 |