Command for Calendar backup and restore
-
Hello,
What is the command to backup all users Calendars to a specified path and how to restore a single users calendar from that backup?
Thanks in advance!
-
Hi @Master-Yoda ,
the man page of kopano-backup gives examples for your use cases (for the second example you obviously need to change the folder name)
Backup calendars of all users: kopano-backup -f Calendar -O calendars Recursively restore inbox of 'fred' into store of 'henk', in certain subfolder: kopano-backup --restore fred -f Inbox -u henk --recursive --restore-root from_fred
Have a look at the rest of the man page for an explanation of the individual options.
-
Hi @fbartels ,
I did read it but it is not clear to me how to restore a calendar for a single user.
Do you please have an example?
Thanks in advance! -
@Master-Yoda from memory:
kopano-backup --restore -f Calendar user1
(where user1 is both the name of your user and the folder where the backup for this user is stored in)