Displaying 4 results from an estimated 4 matches for "daystart".
2008 Jun 09
4
Copying files from specific date.
Dear all,
Does anyone aware of any utility to copy files which are created or modify form a specific date ?.
Thanks
Rajeev R. Veedu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080609/ae761b2c/attachment-0002.html>
2008 May 06
1
Question about Maildir automatic cleanup.
Hi!
I want to automatically delete old messages from one user's Maildir, and I was thinking on running something like this:
find /home/user/Maildir/cur/ /home/user/Maildir/new/ -daystart -mtime +15 -delete
but I'm not sure if by deleting messages "manually" I will break the dovecot.index* files.
What do you think?
Thanks!
Ildefonso.
____________________________________________________________________________________
Be a better friend, newshound, and
know...
2008 Feb 18
2
Scheduled folder purging
Hi all.
I'm looking for a way to empty user's trash folder.
Can message deletion or folder purging be scheduled?
Thanks in advance.
-Pietro.
2008 Feb 28
5
Wine broke my WindowsXP (can't login)
...ute, so I re-mounted the C: partition as read-write (which, in hindsight, I shound't have done!) and all went fine...
But, now I can't seem to logon into Windows. It boots up to the login window, but when I actually log into my account, all it shows is the wallpaper.
I ran
Code:
find /c -daystart -type f -mtime 1 -mmin -$((2*24*60-14*60-28)) -mmin +$((2*24*60-14*60-32))
to see what has changed on the C: partition when I ran Wine (which I've narrowed down to the time shown, namely yesterday between 14:28 and 14:32), and it came up with about 1000 files in c:/windows/system32 ...
Has a...