??????? Original Message ??????? On Tuesday, March 17, 2020 1:05 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:> Did you add sufficient flags to rsync to retain file mtime and ctime? These are used to determine the mail saved date. > > AkiI have been using "rsync -av". As far as I know the "-a or --archive" parameter should preserve almost everything, at least the rsync man page says that.
??????? Original Message ??????? On Tuesday, March 17, 2020 1:10 PM, mabi <mabi at protonmail.ch> wrote:> I have been using "rsync -av". As far as I know the "-a or --archive" parameter should preserve almost everything, at least the rsync man page says that.If that is of any help I did a "stat" on one of the oldest mails in that folder (mail from 17th October 2019) and here is the output: Size: 5363 Blocks: 8 IO Block: 1048576 regular file Device: 2ch/44d Inode: 274504 Links: 1 Access: (0600/-rw-------) Uid: ( 150/ vmail) Gid: ( 8/ mail) Access: 2020-01-16 18:21:53.887373904 +0100 Modify: 2019-10-17 23:02:05.000000000 +0200 Change: 2020-01-16 18:21:53.887373904 +0100 Birth: -
> On 17/03/2020 14:15 mabi <mabi at protonmail.ch> wrote: > > > ??????? Original Message ??????? > On Tuesday, March 17, 2020 1:10 PM, mabi <mabi at protonmail.ch> wrote: > > > I have been using "rsync -av". As far as I know the "-a or --archive" parameter should preserve almost everything, at least the rsync man page says that. > > If that is of any help I did a "stat" on one of the oldest mails in that folder (mail from 17th October 2019) and here is the output: > > Size: 5363 Blocks: 8 IO Block: 1048576 regular file > Device: 2ch/44d Inode: 274504 Links: 1 > Access: (0600/-rw-------) Uid: ( 150/ vmail) Gid: ( 8/ mail) > Access: 2020-01-16 18:21:53.887373904 +0100 > Modify: 2019-10-17 23:02:05.000000000 +0200 > Change: 2020-01-16 18:21:53.887373904 +0100 > Birth: -Can you try `doveadm fetch -u user date.saved UID mail-uid` To see if it matches this? Aki