aboutsummaryrefslogtreecommitdiff
path: root/ystv.rb
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2013-06-17 19:25:21 +0100
committerNathan Lasseter <nathan@4574.co.uk>2013-06-17 19:25:21 +0100
commit996814c2a35b6dfd50fac3c808ce4203734915d7 (patch)
treec580f1fb393f5916d36e6721ce7bbcc740f802c6 /ystv.rb
parent64da0a3c03cec708a88591d218194d64538dfccb (diff)
Changed uselibrary and added backupHEADmaster
Diffstat (limited to 'ystv.rb')
-rw-r--r--ystv.rb13
1 files changed, 10 insertions, 3 deletions
diff --git a/ystv.rb b/ystv.rb
index 2d90802..ae94acb 100644
--- a/ystv.rb
+++ b/ystv.rb
@@ -24,7 +24,14 @@ urylib = library "ury" do
tape "ury010", :slot => 20
end
-tapebackup = robot "tapebackup" do
- uselibrary "ystv", ystvlib
- uselibrary "ury", urylib
+wallyrobot = robot "wally" do
+ uselibrary ystvlib
+ uselibrary urylib
+end
+
+backups "backuptotape", wallyrobot do
+ backup(
+ "/data/backups/" => "ystv",
+ "/mnt/urybackup/" => "ury"
+ )
end