|
From: <di...@us...> - 2008-02-24 16:43:03
|
Revision: 574
http://safekeep.svn.sourceforge.net/safekeep/?rev=574&view=rev
Author: dimi
Date: 2008-02-24 08:42:59 -0800 (Sun, 24 Feb 2008)
Log Message:
-----------
Update TODO
Modified Paths:
--------------
safekeep/trunk/TODO
Modified: safekeep/trunk/TODO
===================================================================
--- safekeep/trunk/TODO 2008-02-24 16:42:27 UTC (rev 573)
+++ safekeep/trunk/TODO 2008-02-24 16:42:59 UTC (rev 574)
@@ -4,7 +4,21 @@
* Add tests db dumps
* Avoid snapshotting snapshots
* Don't snapshot a device if a snapshot is already present
+ * Clarify snapshot usage in docs
+ * local backup to bypass ssh
+When I tried to run safekeep under FreeBSD I got an error: "bad interpreter".
+It was because the safekeep magic line is
+#!/usr/bin/python
+and in FreeBSD the python is located in the /usr/local/bin directory.
+
+When I chaged this line to (see python tutorial, 2.2.2):
+#!/usr/bin/env python
+the safekeep began to run w/o errors.
+
+More thanks,
+Igor Klingen
+
Feedback from users:
* Øyvind Skaar <os...@op...>: FreeBSD have snapshot capabilities
- http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/snapshots.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|