Hello Am 07.09.21 um 17:27 schrieb Stefano Leva ([email protected]): > Hello, > i'd like to know how i can restore a single calendar's events that was > accidentally deleted. > Do you know also, where the ics file are stored. We're using Sogo with > iredmail pro. >
Do you use sogo-tool backups? If yes, you just have to list the available calendars for that user with sogo-tool restore -l ~sogo/path-with-backups/ USERNAME You will get something like: <0x0x55bd0bf8f610[SOGoCache]> Using host(s) 'local-databasehost' as server(s) 2021-09-07 17:43:44.414 sogo-tool[21867:21867] Restorable folders: 2021-09-07 17:43:44.415 sogo-tool[21867:21867] Calendar/55D4-57CD2C80-47-7C164080 (Superduper) 2021-09-07 17:43:44.415 sogo-tool[21867:21867] Calendar/c81a287ec3c4719de08fae31306f851d (Pickwick) 2021-09-07 17:43:44.415 sogo-tool[21867:21867] Calendar/personal (Persönlicher Kalender) [...] If you want to restore calendar named "Pickwick" use: sogo-tool restore -f Calendar/c81a287ec3c4719de08fae31306f851d ~sogo/path-with-backups/ USERNAME Option -f means restore all events and series not already in that calendar. If you want to reset the calendar to the state of the backup use option -F. If you don't use sogo-tool backups, you have to restore at least the complete database into another database server and extraxt the needed data from there. You could for example use your SOGo test server and do a sogo-tool backup for that user after restore of the complete database. Transfer that users backup to the production machine and restore as shown above. Kind regards, Christian Mack -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung IT-Dienste Forschung und Lehre 78457 Konstanz +49 7531 88-4416
smime.p7s
Description: S/MIME Cryptographic Signature
