kopano-backup with start- and endtime of calendar
-
Hi,
is it possible to backup the calendar in a specific range?
For example from 01.01.2021 to 31.12.2021
Greetings, Thomas -
Hi @Thomas-M
kopano-backup comes with switches to define a backup period:
--period-begin, -b DATE Backup/restore data which was last modified on or after the specified date (YYYY-MM-DD). --period-end, -e DATE Backup/restore data which was last modified before the specified date (YYYY-MM-DD).
Together with the switch "–f " for folder you should be good to go
example:
kopano-backup -u USERNAME --folder Kalender --period-begin 2021-01-01 --period-end 2022-12-31
regrads
Mathias -
Hi @mkuemmerle,
Thanks very much.
Just this I tested. It seems not to be the start- and endtime of the meeting.
Its the the date of the last modification of the meeting (metadata), or?Thomas
-
Hi @Thomas-M
you are right. This is indeed the modification date.
Unfortunately there is no switch to only backup a defined timeframe from a calendar.regards
Mathias