Displaying 20 results from an estimated 20000 matches similar to: "OT: ctimes"
2013 Oct 25
2
btrfs send/receive do not keep inode ctimes
Hello insiders
is there low level support to change inode ctimes somehow?
(on ext[234] it can be done using debugfs)
It would be nice to make received snapshots as similar as
possible to their send source. (I am not talking about
uuids and such, just ls -lc output)
creative ideas are welcome,
Karl
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body
2007 Oct 16
1
OT: Cron Output When Deleting Files
I have a Dovecot setup for a personal e-mail server. I have a cron job
setup each evening which runs the following command to delete old
messages from my Deleted Items folder.
find ./ -type f -ctime +14 | xargs rm
I don't know that much about bash scripting. I would like the output to
tell me how many files were deleted. Can anybody share with me how can
I get that done, or point in
2020 Mar 16
0
atimes+ctimes patch
schilytools star has the ability to restore ctimes from tarfiles. This
is useful when restoring filesystems as root in single user mode, and
I thought I'd like rsync to do the same.
I started working off the rsync-patches/atimes.diff patch but noticed
that this patch is buggy and presently does not work. (It fails to set
the atime and it fails to set the mtime too). Even if this is fixed
2017 Nov 23
1
RFE: ctime byte-for-byte reproducible qcow2 ext2/3/4 FS
Problem: Want to be able to produce a qcow2 file with multiple ext4
File Systems.
Days later want to reproduce the production of the qcow2 and have the
exact same byte-for-byte file, to prove my build is reproducible.
Currently the ctime attributes of the inodes will differ and thus the
qcow2 files will differ. Since the file times are subsecond the trick
of setting the system time and chmoding
2009 Apr 16
3
Address Extensions with System Users
I am using Dovecot 1.2RC2 with Postfix 2.5.5. Everything is running fine.
I would like to start using address extensions and have e-mail
automatically filtered into folders based on the folder name after the "+"
in the e-mail address. I only use system users, no virtual users. I have
Deliver configured in main.cf as:
mailbox_command = /usr/local/libexec/dovecot/deliver
Everything I
2015 Sep 08
2
mtime vs ctime
On 8 September 2015 at 13:57, Kevin Korb <kmk at sanitarium.net> wrote:
Hi Kevin.
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The ctime will always be newer or the same as the mtime. This is
> because changing the mtime also changes the ctime as does other things
> like changing the permissions.
>
> Rsync only pays attention to the mtime because rsync can
2008 Mar 04
1
preserve ctimes of *unchanged* directories on receiver
'rsync -a' updates the ctime on a directory even if no file in that directory
has changed. A kind of workaround is to use '-O', but then the mtimes of
directories are not preserved.
(Usage example where this is important: maintain a copy of filesystem A in
filesystem B, and use filesystem B as the source for incremental backups
(e.g., with star). rsync is run before an
2007 Nov 01
2
Received Dates/Squirrelmail
I am trying to figure out an issue I have with the e-mails in my inbox
showing up in Squirrelmail. I sometimes get (more often than I care for
it to happen) e-mails which show up as new either many hours ago or days
ago. I have one particular e-mail that in Squirrelmail is showing a data
of Tue, 8:23PM.
The received header of that e-mail shows:
Received: from murphy.debian.org
2008 Mar 06
2
Squat Indexing
I tried Squat indexing on my very small home system and when I did a
body search in Thunderbird, I got a TON, and I mean TON, of these
messages in my log file:
Mar 6 06:13:31 apple dovecot: child 14142 (imap) killed with signal 6
Mar 6 06:13:31 apple dovecot: IMAP(jeff): file file-lock.c: line 112:
unreached
Mar 6 06:13:31 apple dovecot: IMAP(jeff): Raw backtrace: imap
[0x482771] ->
2009 Jul 22
3
time difference
Dear R People:
I am looking at the ctime attribute of two different files. It
contains the year, month, day, time of creation and time zone.
Is there a way to determine the difference between the ctimes of two
files, please?
I looked in the chron package and nothing seemed to work.
Thanks in advance,
Sincerely,
Erin
--
Erin Hodgess
Associate Professor
Department of Computer and
2009 Sep 30
1
Convert to DBox
I am thinking of trying out dbox format. I am currently using maildir.
Is it possible for me to switch just one user account to dbox while
keeping all of my other users on maildir? If so, how would I go about
doing that?
Here is a copy of my dovecot -n:
# 1.2.5: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.30-1-amd64 x86_64 Debian squeeze/sid ext3
base_dir: /var/run/dovecot/
protocols: imap
2018 May 30
2
expunge not removing attachments?
I have a large mail backup folder backup at backup.invalid; I'm cleaning
up daily like this:
infimum=`date -d "-4 day" +"%Y-%m-%d"`
doveadm expunge -u backup at backup.invalid mailbox INBOX SAVEDBEFORE $infimum
doveadm purge -u backup at backup.invalid
yet I see this:
# find attachments/ -type f -ctime +5 | wc -l
7522
# find attachments/ -type f | wc -l
127579
# find
2008 Jan 03
3
(somewhat ot?) purging old maildir messages
I'm using Dovecot (+postfix) to host some personal imap accounts on a
private server (Maildir format). I've got one account that receives
mostly automated mails, and I want to be able to purge messages beyond
a given date (say 30 days).
I know that since maildir uses flat files, I can literally just delete
messages doing something similar to the following with bash:
for i in $(find
2015 Sep 08
2
mtime vs ctime
Hi,
We use an rsync (rrsync, to be precise) based back-up solution. Every
so often an
iSCSI based file-system gets brought up and left connected for the
night. After a
mount event rsync will back that volume up, including server TB of
data that haven't
been modified, but the ctime is newer than the mtime. Is there a way
to stop this
behaviour?
Cheers,
Andrej
2020 Mar 17
2
doveadm expunge not expunging anymore
> On 17 Mar 2020, at 15.40, mabi <mabi at protonmail.ch> wrote:
>
> ??????? Original Message ???????
> On Tuesday, March 17, 2020 2:18 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
>> So doveadm fetch -u admin\\@domain.tld "mailbox date.saved" UID 130863
>>
>> Aki
>
> This is the ouput:
>
> mailbox: INBOX
>
2009 Mar 10
1
POP3 Error
I just looked over my logs and noticed the following error:
Mar 9 19:07:34 apple dovecot: Panic: POP3(april): Trying to allocate 0
bytes
Mar 9 19:07:34 apple dovecot: POP3(april): Raw backtrace: pop3
[0x492952] -> pop3 [0x4929d3] -> pop3 [0x4920e6] -> pop3 [0x49cb8d] ->
pop3(client_create+0x452)
[0x41aef2] -> pop3(main+0x393) [0x41c9e3] ->
2008 Aug 24
1
mtime, atime, ctime
Hello
I am making backup of a Plesk Debian server to /backup using Rsync.
My questioin is how can I preserve the ctime, mtime, and atime of
original files?
Thanks
2010 Feb 17
3
processor affinity
Hello,
i am running CentOS 5.4. i have a requirement where i need to have 1
application have a single processor all to its self, and the rest of the
system run on the other processors. "taskman" lets me bind the process
to a processor(s), but it does not make it exclusive. Is this possible
to do? i have even tried mucking around with the rc.sysinit, but to no
avail.
thank you very
2010 Dec 17
1
Problem with expunge
I'm running Dovecot 2.0.8.
The other day I tested doveadm expunge on a test Inbox with a few
messages received over the course of a day, and using savedbefore <a
few hours>, and it seemed to work.
However, today I was testing converting some maildirs over to sdbox,
and noticed odd behavior: it's deleting all messages in the specified
folder instead of just the ones matching the
2019 Jan 02
6
[Bug 13735] New: Synchronize files when the sending side has newer change times while modification times and sizes are identical on both sides
https://bugzilla.samba.org/show_bug.cgi?id=13735
Bug ID: 13735
Summary: Synchronize files when the sending side has newer
change times while modification times and sizes are
identical on both sides
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW