Backup or export data to another machine.
Alarm-clock is great .
I use it everyday as reminders, app launcher and webradio waker.
about 30 events.
I migrate to a new machine under Ubuntu 14.04.
I want to export all events ( at least 30) to this new installation.
Is it possible and how ???
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Alarm Clock Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2014-05-14
- Last reply:
- 2014-05-20
Johannes H. Jensen (joh) said : | #1 |
I haven't tried this myself, but you should be able to export your alarms from the terminal using gconftool:
On the old machine:
gconftool --dump /apps/alarm-clock > alarm-clock.xml
Copy alarm-clock.xml to the new machine, then run:
gconftool --load alarm-clock.xml
Hope it helps!
Alvaro (alvaro-g) said : | #2 |
Hello,
The solution that you propose doesn't work fine, because when you restore the configuration (gconftool --load alarm-clock.xml), the time of the alarms is not correct. To solve it you need to go over each alarm clicking them one by one to refresh the alarm time of each alarm.
Is there any way the program can refresh all the alarms automatically?
Best regards,
Alvaro
Can you help with this problem?
Provide an answer of your own, or ask Cantoliv_67 for more information if necessary.