Skip to Content.
Sympa Menu

ndt-dev - [ndt] r337 committed - Edited wiki page through web user interface. Added Deleting files tha...

Subject: NDT-DEV email list created

List archive

[ndt] r337 committed - Edited wiki page through web user interface. Added Deleting files tha...


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt] r337 committed - Edited wiki page through web user interface. Added Deleting files tha...
  • Date: Mon, 05 Apr 2010 14:05:49 +0000

Revision: 337
Author: funchords
Date: Mon Apr 5 07:05:00 2010
Log: Edited wiki page through web user interface. Added Deleting files that have been successfully sync'd (Clearing disk space)
http://code.google.com/p/ndt/source/detail?r=337

Modified:
/wiki/MLabOperations.wiki

=======================================
--- /wiki/MLabOperations.wiki Mon Mar 29 11:40:50 2010
+++ /wiki/MLabOperations.wiki Mon Apr 5 07:05:00 2010
@@ -155,6 +155,16 @@
{{{
mlabX.copy /usr/local/sbin/web100srv
}}}
+
+== Deleting files that have been successfully sync'd (Clearing disk space) ==
+
+ * check GB free via CoMon MLab Status (sort key: GB Free) - http://comon.cs.princeton.edu/status/tabulator.cgi?sort=28&limit=50&account=mlab
+ * ssh to the machine
+ * $ ./get_safe_delete_date.py rsync://ndt.iupui.mlabX.XXX0#.measurement-lab.org:7999/ (will return a date such as 2010-04-03)
+ * $ cd /usr/local/ndt/serverdata/2010/04 (will change to the April 2010 directory)
+ * $ ls (displays the log directories, one for each day of the month, example 02 03 04 05)
+ * $ sudo rm -frd 02 03 (deletes specific directories and all of its contents)
+

== Miscellaneous Notes ==



  • [ndt] r337 committed - Edited wiki page through web user interface. Added Deleting files tha..., ndt, 04/05/2010

Archive powered by MHonArc 2.6.16.

Top of Page