public
Description: Blanket is a flexible backup framework designed to get the drudgery out of the way and to make automated backups easy.
Homepage: http://jimvanfleet.com/projects/blanket
Clone URL: git://github.com/bigfleet/blanket.git
Search Repo:
Need to require 'fileutils' to work on Solaris (or at least a Joyent 
Accelerator
with their DTraced ruby)
mja (author)
Tue Mar 11 03:58:41 -0700 2008
commit  53a3d58f8ef183568607805c4db780d7b3855166
tree    53435c74529f2bc004522e636ddc500129feb1f0
parent  8f9f5781d86483379ff4a110283f31f466a55e65
...
1
2
 
3
4
5
...
1
2
3
4
5
6
0
@@ -1,5 +1,6 @@
0
 #!/usr/bin/env ruby
0
 require 'capistrano/cli'
0
+require 'fileutils'
0
 dir = ARGV.shift
0
 ARGV << "sink:export"
0
 FileUtils.cd(dir)

Comments

    No one has commented yet.