search for: autodelet

Displaying 7 results from an estimated 7 matches for "autodelet".

Did you mean: autodelete
2011 Jun 15
0
timeslider autodelete -vs.- my retention goals
Hi, I''m trying to do a simple data retention hack wherein I keep hourly, daily, weekly and monthly zfs auto snapshots. To save space, I want the dailies to go away when the weekly is taken. I want the weeklies to go away when the monthly is taken. From what I''ve gathered, it seems time slider just deletes the eldest snapshot when there''s space contention.
2005 Feb 08
2
PoP3 AutoDeletion
Qpopper has a compile time option '--enable-auto-delete Automatically delete downloaded msgs' Is there anything similar in dovecot. I'm trying to migrate from qpopper to dovecot any help is appreciated.
2005 Apr 21
4
[LLVMdev] Trailing whitespace removal (important for CVS users!)
...er be committed > again. I'd rather not have CVS commit scripts mucking with the code. If you want to have the nightly tester whine about source code with spaces at the end of lines (like it whines about compiler warnings), that would be fine. BTW, does anyone know how to tell xemacs to autodelete end of line spaces? -Chris >> Dear LLVMers, >> >> If you live on the bleeding edge (i.e. CVS version), please read! >> >> On Wed, Apr 20, 2005 at 12:12:54PM +0200, Markus F.X.J. Oberhumer wrote: >>> Do you really want external patches for this ? A simple Pe...
2005 Dec 08
2
Confusing lock problem in rails
...x(query) ind = (ind > 20) ? (ind - 20) : 0 doc[:teaser] = doc[:contents][ind..(ind + 220)] docs << doc end [count, docs] end def mark_as_viewed(user_id) # user = self.users.find(user_id) end def self.delete_old @p = Pref.find_by_setting(''autodelete'') if @p and @p.value.to_i > 0 val = @p.value.to_i destroy_all(["found_on <= DATE_SUB(CURDATE(), INTERVAL ? DAY)", val]) end end def self.delete_before(params) date = sprintf("%04d-%02d-%02d", params[:foundon][:year],...
2005 Apr 21
0
[LLVMdev] Trailing whitespace removal (important for CVS users!)
...to follow the coding standard(s)! > If you want to have the nightly tester whine about source code with > spaces at the end of lines (like it whines about compiler warnings), > that would be fine. I was going to go that route, actually. > BTW, does anyone know how to tell xemacs to autodelete end of line > spaces? % which xemacs xemacs: aliased to vim in other words, no clue. ;) -- Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
2005 Apr 21
0
[LLVMdev] Trailing whitespace removal (important for CVS users!)
Why not put all this into a pre-commit filter in CVS and be done with it? We'd never be bothered with it again as it would never be committed again. Reid. On Thu, 2005-04-21 at 15:11 -0500, Misha Brukman wrote: > Dear LLVMers, > > If you live on the bleeding edge (i.e. CVS version), please read! > > On Wed, Apr 20, 2005 at 12:12:54PM +0200, Markus F.X.J. Oberhumer wrote:
2005 Apr 21
5
[LLVMdev] Trailing whitespace removal (important for CVS users!)
Dear LLVMers, If you live on the bleeding edge (i.e. CVS version), please read! On Wed, Apr 20, 2005 at 12:12:54PM +0200, Markus F.X.J. Oberhumer wrote: > Do you really want external patches for this ? A simple Perl script > that runs on all *.h and *.cpp files, and a local commit from your > side would be much simpler. I'm in the process of doing just this as we speak. What this