Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > 553c4051a015d9e8375bf2efd76f2c4d > files > 25

backintime-gnome-1.0.24-2.1.mga3.noarch.rpm

Back In Time

Copyright (C) 2008-2009 Oprea Dan, Bart de Koning, Richard Bailey

1. About

	Back In Time is a simple backup tool for Linux, inspired from "flyback project".
	Currently there are 2 interfaces available: GNOME and KDE4.
	You only need to specify 3 things:
		* where to save snapshots
		* what folders to backup
		* backup frequency (manual, every hour, every day, every month)

1.1. Credits

	* Francisco Manuel García Claramonte <franciscomanuel.garcia@hispalinux.es>: Spanish translation
	* Michael Wiedmann <mw@miwie.in-berlin.de>: German translation
	* Niklas Grahn <terra.unknown@yahoo.com>: Swedish translation
	* Vanja Cvelbar <cvelbar@gmail.com>: Slovenian translation
	* Michel Corps <mahikeulbody@gmail.com>: French translation
	* Tomáš Vadina <kyberdev@gmail.com>: Slovak translation
	* Paweł Hołuj <pholuj@gmail.com>: Polish translation
	* Vadim Peretokin <vperetokin@gmail.com>: Russian translation
	* translators from Launchpad (https://translations.launchpad.net/backintime/trunk/+pots/back-in-time)

2. INSTALL

2.1. Ubuntu packages

	GNOME:

		./makedeb.sh
		sudo dpkg -i backintime-common-<version>.deb
		sudo dpkg -i backintime-gnome-<version>.deb

	KDE4: (KDE4 >= 4.1)

		./makedeb.sh
		sudo dpkg -i backintime-common-<version>.deb
		sudo dpkg -i backintime-kde4-<version>.deb

	NOTE:
	Ubuntu 8.04: to install KDE4 4.1 check this link:
		http://news.softpedia.com/news/How-To-Install-KDE-4-1-On-Ubuntu-8-04-91034.shtml

2.2. From sources

	Common (dependencies: python, rsync, cron):
		cd common
		./configure
		make
		sudo make install

	GNOME (dependencies: python-glade2, python-gnome2, meld):
		cd gnome
		./configure
		make
		sudo make install

	KDE4 (dependencies: x11-utils, python-kde4 (>= 4.1), kompare):
		cd kde4
		./configure
		make
		sudo make install

	NOTE: if want to run configure without check (gnome or kde), just run:
		./configure --no-check

3. Integrate with filemanager

3.1. Nautilus

	You can make a simple Nautilus integration using nautilus-actions.
		* Run System => Preferences => Nautilus Actions Configuration.
		* Add a new action
			* Menu Item & Action tab:
				* Label: Open with Back In Time
				* Icon: gtk-save
				* Path: backintime
				* Parameters: %M
			* Conditions Tab:
				* Appears is selection contains: Both
		* Press OK and you will see the new actions called "Open with Back In Time" when you 
		  right-click an item