bin/gaku in gaku-0.3.0.pre.1 vs bin/gaku in gaku-0.3.0.pre.2
- old
+ new
@@ -34,10 +34,10 @@
puts "Creating a GAKU Engine backup at #{path}/GAKU-backup-#{time}.tar.xz"
puts 'WIP'
end
desc 'restore [BACKUP_PATH]', 'Restores a full backup of a GAKU installation from BACKUP_PATH.'
- def backup(path = '')
+ def restore(path = '')
if path == ''
puts 'Backup not specified. Aborting restore.'
return
end
restore_path = File.expand_path(path)