Home / beta Release v0.1.3
Name Modified Size InfoDownloads / Week
Parent folder
dvdbackupgtk.rb 2009-12-28 15.5 kB
README 2009-12-28 2.6 kB
Totals: 2 Items   18.1 kB 0
#dvdbackupgtk - A GUI for dvdbackup

#Copyright (C) 2009 Marcus Sombek

#This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

#This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

#You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>.


In the current version(v0.1.3) this program will only work(at least, without great work) under Linux/UNIX because you are not able to change the default dvdbackup binary executed by this GUI.

Installation is pretty easy, just Install Ruby, Ruby-GNOME2(http://ruby-gnome2.sourceforge.jp/hiki.cgi?Install+Guide) and dvdbackup as dependencies.

For example on my preferred distribution (Gentoo) it will be a simple
# emerge dvdbackup ruby-gnome2

The Installation of the GUI is pretty easy then; just put the executable dvdbackupgtk.rb somewhere in your system path.

The step by step explanation:

   1. Download the File dvdbackupgtk.rb somewhere on your computer
   2. Make the File executable: # chmod +x dvdbackupgtk.rb
   3. Copy or move the File to your system path, for example /bin or /usr/bin
   4. Type: "gem install open4" in a console(as root)
   5. Run the GUI from a Console(simply typing dvdbackupgtk.rb), or make some link to that executable, depending on your Desktop Environment(KDE, GNOME)"

Some Packages will come soon for different distributions/OS.

Notes to current Version:
-After starting dvdbackup the program is "not responding" to any useraction, because it waits, that dvdbackup ends, that is "normal".
-The configfile should automatically be created, and the source and target directories and after a click on save the option are 
saved there already.
-dvdbackupgtk now uses open4, therefore you need no more a console opened in the backround, so you can 
dismiss the "Execute in Terminal" option, but you have to install the gem manually(point 4 of installation instructions)
-"hard" manipulating of the dvdbackup options(and also the source and target directory) might result in an damaged configfile, you can open and repair it manually,
it should look like this, if not remove the other signs or delete the file:

--- 
dvdbackup_option: "-M"
real_target: 
- /home/
real_source: 
- /dev/dvd1


Source: README, updated 2009-12-28