Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peckto/gdar
A graphical user interface for Linux to browse and extract dar archives
https://github.com/peckto/gdar
backup c-plus-plus dar-archive extract gtk gui linux restore
Last synced: about 1 month ago
JSON representation
A graphical user interface for Linux to browse and extract dar archives
- Host: GitHub
- URL: https://github.com/peckto/gdar
- Owner: peckto
- License: gpl-3.0
- Created: 2014-03-16T11:32:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T21:23:40.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T13:08:09.313Z (about 1 month ago)
- Topics: backup, c-plus-plus, dar-archive, extract, gtk, gui, linux, restore
- Language: C++
- Homepage: http://www.peckto.de/gdar
- Size: 286 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
Gdar
====![GitHub Workflow Status](https://img.shields.io/github/workflow/status/peckto/gdar/cpp)
A graphical user interface for Linux to browse and extract dar archives.
The GUI is written in gtkmm, as backend libdar is used.
You can use Gdar not only on Gnome desktop but also on KDE or any other Linux desktop environment.
You can find more information at:
http://www.peckto.de/gdarPrepare when cloning from git
-----------------------------
```
$ ./autogen.sh
```Build
-----
```
$ ./configure [--enable-libdar64]
$ make
# make install
# gtk-update-icon-cache /usr/share/icons/hicolor
```Required development tools
--------------------------
* intltool
* autoconf
* make
* gcc-c++ / g++
* gtkmm3
* libdar >= 2.4.8
* attr (libattr)
* gcrypt
* lzo2
* bz2 (bzib)
* libzExample
----------
You can create a full backup of your home partition with dar by issuning the following command:
```
# dar -R /home/ -c /var/backup/home-$(date "+%Y%m%d")
```
In case of recovery just open the dar archive with gdar.For a detailed documentation about the dar command-line tool visit:
http://dar.linux.free.fr/doc/Tutorial.htmlManual
------
Open a dar archive by clicking the open button.
When the archive is encrypted please activate the checkbox.
Afterwards enter the password and choose the chipher options.
Please be patient while the index (catalogue) of the archive is being read.
The symbol in front of the Name column indicates whether this is a file or a folder.
By double clicking on a folder you can move into this directory.
By clicking the Up button you can change into the parent directory.
You can also edit the path in the entry widget. Use the switch to display hidden files.
To extract a file or folder select it and click the button Extract and choose a destination.
The info button (light bulb) gives you a brief overview of the archive.