[Debconf-video-commits] r630 - in package/trunk: debian doc

Holger Levsen holger at alioth.debian.org
Thu Aug 19 13:42:03 UTC 2010


Author: holger
Date: 2010-08-19 13:41:57 +0000 (Thu, 19 Aug 2010)
New Revision: 630

Modified:
   package/trunk/debian/changelog
   package/trunk/doc/README
Log:
Document how to move files from DVswitch computer(s) to file server.

Modified: package/trunk/debian/changelog
===================================================================
--- package/trunk/debian/changelog	2010-08-06 21:04:34 UTC (rev 629)
+++ package/trunk/debian/changelog	2010-08-19 13:41:57 UTC (rev 630)
@@ -1,6 +1,7 @@
 debconf-video (20100731.5) UNRELEASED; urgency=low
 
   * icecast configs: use non capitalisation. 
+  * Document how to move files from DVswitch computer(s) to file server.
 
  -- Holger Levsen <holger at debian.org>  Sat, 31 Jul 2010 23:15:02 -0400
 

Modified: package/trunk/doc/README
===================================================================
--- package/trunk/doc/README	2010-08-06 21:04:34 UTC (rev 629)
+++ package/trunk/doc/README	2010-08-19 13:41:57 UTC (rev 630)
@@ -121,3 +121,16 @@
 ### begin /etc/default/debconf-video.passwd example:
 export ICECAST_PASS=fubar
 ### end
+
+Moving files from DVswitch computer to file server
+--------------------------------------------------
+On the DVswitch computer (selma/scratchy), as user dvswitch, run the
+following commands:
+
+TODAY=$(date +%Y-%m-%d)           # adjust this if you have to run this the next day
+. /etc/default/debconf-video
+rm /video/dv/$TODAY/$ROOM_NAME    # remove unwanted symlink
+rsync --remove-source-files --archive --verbose --progress {,barney:}/video/dv/$TODAY/
+
+Run this in screen!
+




More information about the Debconf-video-commits mailing list