/usr/share/doc/backintime/README is in backintime-common 1.0.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | 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
|