Tar-backup: gui tool for backups using tar

Hi everybody.
I made little application to simplify process of creating backups. It use tar, openssl (for encrypting archives). Written in QT4
Links:
github
AUR
PKGBUILD
Screenshots:
Main window
Restore tab
Output tab
Backup settings
Tell me what you think. Any feedback is welcome. Thanks.
Last edited by marazmista (2013-07-31 22:45:13)

Wow the GUI looks great.
Sadly, it's of no use to me as I personally am satisfied with rsync. But, I am sure others will find it useful.
Edit: By the way, you should put qt qt4 (whichever version you are using (I am blind )), in the PKGBUILD depends array.
Last edited by x33a (2013-07-18 05:47:55)

Similar Messages

  • Backup/Restore tools for clients using WAP

    What database and file backup tools are people using to give clients access to make their own databases and websites?
    The same question goes for giving them the ability restore databases to the servers?
    Simon Holman
    Expeed Technology
    Australian Web Hosting

    I ended up utilising MyLittleBackup and it will run external to WAP for now.
    Simon Holman
    Expeed Technology
    Australian Web Hosting

  • Gui tool for gpresult

    The Group Policy Management console
    Right click on "Group Policy Results" and use the assistant

    is there any gui tool for gpresult
    This topic first appeared in the Spiceworks Community

  • GUI Tool for Image Analysis (delimited ascii file)

    i've created a Java GUI Tool for Image Analysis. It does length calculation and locate the coordinate of centroid of an image...the problem now is how do i save the results in a delimited ascii file??

    Create a FileOutputStream, use that to construct a PrintWriter, then use the PrintWriter as you use System.out. Print out the data, then append the delimiter manually after each set of data.
    To get the file, the simplest ways would be to hard code an output file name or at least have a text field so the user can enter it. If you want it to look more professional, use a JFileChooser.
    I hope this helps!
    -JBoeing

  • Gui tool for browsing environments

    Does anyone know of a good, preferably free, gui tool for browsing environments and performing queries on them?

    Hi,
    I am aware of oXygen and Stylus Studio.
    Ron

  • Monitoring and backup/restore tools for TT databases

    Hi there,
    I am new to TimesTen. I need to set up automatic monitoring for TT databases. Are there any tools available? Also would like to know if there are any tools for tracking backups for these datastores.
    Any standards & best practices for managing TimesTen environment available?
    Appreciate any help/advise.
    Regards

    Hi Vidya,
    You did not mention what type of Unix/Linux you are using or what version of TimesTen. I will assume it is a mainstream Unix (Solaris, HP/UX or similar) or Linux (RedHat, SuSE etc.) and a recent (6.0 or 7.0) version of TimesTen. I will also assume that you want to put everything back 'as is' after the rebuild (i.e. you are not upgrading TimesTen versions or changing anything else about the configuration). IF YOU ARE PLANNING TO UPGRADE TIMESTEN AS PART OF THE REBUILD THEN THE STEPS LISTED BELOW WILL NOT WORK 'AS IS' AND WILL NEED MODIFICATION.
    Assuming that the machine is going to be 'wiped' during the rebuild then the main things you need to preserve are:
    1. Kernel parameter and other system level configuratiopn for TimesTen and indeed any other software running on the box. You would do this by taking copies of the relevant system configuration files and re-applying the customisations after the rebuild. As well as kernel parameters this might include things like users and groups.
    2. The port numbers used by each installed TimesTen instance. You can find these out from the ttVersion and ttStatus commands in each instance. Make a note of these as you will need them afterwards for re-installation.
    3. TimesTen configuration files for each installed TimesTen instance. You may have multiple TimesTen instances of the same or different versions installed. You can find out by looking at
    the file /etc/TimesTen/instance_info which contains details of every TimesTen installation (instance) on the machine. The instance configuration files are found in <install_dir>/info and are called; ttendaemon.options, sys.odbc.ini, sys.ttconnect.ini, snmp.ini and ttpasswd. You should make safe copies of all these files for each instance.
    4. Any user configuration files that e.g. configure TimesTen environment variables and any user ODBC configuration files such as .odbc.ini in user's home directory.
    5. Any datastores (databases) that you need to preserve across the rebuild. For each of these, take a backup of the datastore using the TimesTen ttBackup command and preserve the output files/directories. You need to do this separately for each datastore in each TimesTen instance.
    After you have secured the above then you should be okay to do the rebuild. After the rebuild you should:
    a) Re-apply all system level config changes (kernel parameters, users, groups etc.) preserved from (see step 1 above).
    b) Re-install all required TimesTen instances into the same installation directories, and using the same port numbers, as they had previous to the rebuild (see step 2 above). The installations should be performed as the same user as the original installatuions (the ttVersion output from step 2 above would tell you that). Prior to performing the installation you would need a sysadmin to create the /etc/TimesTen directory and assign suitable permissiosn to it (see TimesTen installation Guide for more details).
    c) Re-instate the saved TimesTen configuration files for each instance (see step 3 above).
    d) Re-instate any user level configuration files (see step 4 above).
    e) Re-create any datastore directories as required ready to receive the restored datastores (check datastore and log file paths in ODBC configuration files).
    f) Restore the datastore backup directories (created in step 5 above) to somewhere on disk.
    g) Use ttRestore in each instance to restore each datastore from the backup files restored in step (f) above. This re-creates all your datastores with all their data etc.
    If you follow this procedure and are not doing anything like changing TimesTen major versions (e.g. 6.0 -> 7.0) as part of the rebuild then you should not need to relink any application binaries. If for some reason you want to relink any application binaries you should consult the application developers who should have suitable makefiles to do this.
    I think this is pretty complete but of course it is possible there are additional things specific to your installation or operational regime of which I am unaware and so of course we can not accept any responsibility for any errors or omissions...
    I will send you the document on monitoring TimesTen via your e-mail address.
    Chris

  • Have any GUI tools to backup oracle database(s) ?

    Hi,
    I want to know is any oracle's tool or third party tools to backuping oracle database?
    Thank you!
    Francis SZE

    Devotee wrote:
    Hi,
    I want to know is any oracle's tool or third party tools to backuping oracle database?
    Thank you!
    Francis SZE
    Use RMAN through enterprise manager
    Cheers

  • Gui tool for snapshot

    Hello,
    A blob storage backup is scheduled to run daily, target is say mybackup. I'm wondering whether there is a Gui tool to automate revolving snapshots of mybackup. For instance day 1 to day 7 and the day 8 will replace day1?
    Thank you

    hi Nic75,
    I am not familiar which tool has this feature. However, I know we could do this feature using code. I suggest you could refer to those blogs:
    https://gallery.technet.microsoft.com/scriptcenter/How-to-create-a-snapshot-b1dd8ba4
    http://www.dotnetcurry.com/showarticle.aspx?ID=1072
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • GUI tool for launchers

    Is there any GUI or console tools for managing services (LaunchAgents & LaunchDaemons) in Mac OS X?
    It is becoming a really frustrating process to manage my huge list of launchers by hand on terminal, especially since most of the developers use really poorly named plist files for these.
    I've been just fine managing many services in the *nix world (Debian, Fedora and CentOS mostly) and I have no problem using console or cli tools there, so why can't it be as easy on my Mac?
    Oh, and I've got no intention of paying for this, I might just code it on my own if it doesn't exists...
    - Thank You in advance.

    Thanks. The interface isn't the best one but it gets the job done.
    Would recommend to anyone having the same problem...

  • GUI Tools for SWING

    Does anyone have a recommendation for a good GUI development tool for SWING? We are doing everything by hand right now and it seems a bit tedious.
    What are the best tools that automatically build the containers? layouts? different field types? listeners? graphics? etc....
    Thanks

    Hmm ok netbeans is smaller, but the size you posted isnt accurate for the Sun One studio Community Edition, which is the free version.
    I downloaded the latest J2SDK + S1Studio for a total of 92 megs. If you download it alone I would presume its something around 80 megs.
    I would have suggested netbeans but I'm not 100% sure it has the same gui editor than s1 studio... I know s1 studio is built with netbeans but I honnestly dont know the difference between them, other than probably a bunch of extensions that come by default with s1 studio.

  • Triple Combo GUI tool for CUCM trace files analysis

    Hi folks,
    the link to the Triple Combo GUI tool to analyze CUCM trace files appears to be broken:
    www.employees.org/~tiryaki/tc
    any idea where the tool is gone or with whaht was is replaced?
    thanks
    best wishes
    Lucio

    Hi Lucio,
    you can try TranslatorX.
    http://translatorx.cisco.com/index.html
    //Suresh
    Please rate all the useful posts.

  • Any GUI tool for JSF?

    Does anyone (IBM, SUN, Borland, open_source, etc) have GUI tool or GUI editor for building JSF?
    *Can I receive this forum at my email?                                                                                                                                                                                                                                                                               

    I just got back from the JavaONE convention in SF and Sun had a demo of an IDE project that is in progess. It was called "Project Rave". It looked like a really great tool. It had drag and drop components for a database query, web services functionality, and all of your JSP form objects. I was really impressed and think it will be a great tool. They also said that it would eventually support Java Rich Client development as well. They said it would not be available until Fall or the end of the year.
    -Andy

  • Where do I download the firefox insight tool for SEO use

    I attended an eCommerce course yesterday and the presenter showed us an application/tool which he called firefox insight which is used in website SEO and PPC. I have found google insights but cannot find the Firefox one he demod to us. Can any one help me?

    Hi,
    I don't know what tool he was using, but it could be a Firefox add-on. You can browse the add-ons and try to find the tool you were introduced to: In the add-ons manager you will find a search box in the upper right corner.
    If you need any more information about the Firefox extensions you can check this: [[Using extensions with Firefox]]

  • GUI Tool for Cisco 6500 Chassis

    Hi
    We have a requirement to allow our Service Desk to amend vlans on switchports on a range of 6509 chassis.
    Is there a tool, (like SDM for routers) which would allow them to do this using a GUI? We need to keep it as simple as possible as the Service Desk users have no experience of configuringCisco kit.
    We have Cisco Prime, however, I can't see anything which shows a graphical representation of the actual switchports on a chassis?
    If there isn't a Cisco product which supports this, does anyone know of a third party app which would do the job?
    Thanks
    J

    Hi datamodule, i see that you are looking for a 24 ports 1/10G SFP module for the Catalyst 6509E. From what i am looking at it's either 1G or 10G. Please check this link for further assistance: http://cs.co/9000YTBE. Feel free to message me for further assistance.
    Thanks,
    Angela ([email protected])

  • Time Machine backup too large for backup disk

    My Mac hard drive is 750GB (25GB free).
    My LaCie external dedicated backup hard drive is 1TB (342GB free).
    I am now getting the error "Time Machine couldn't complete the backup" "This backup is too large for the backup disk"
    I thought once my initial backup of 750GB happened, it would be incremental backups from then on (with old changes betting deleted as space was needed for new changes).
    Is this not the case?  Do I need a much larger backup drive or something?
    Thanks much for any help.

    It's true but Time Machine has also to make complete backups again in case you want to restore your Mac with a more recent Time Machine backup.
    Clearly the external drive you have doesn't have enough storage to back up your Mac. As you have about 725 GB of used space, I recommend you to get at least a 3 or 4 TB external drive to make backups, and even with this, don't think you will have more than four backups. Another thing you can do is to remove folders from the backup in System Preferences > Time Machine > Options

Maybe you are looking for

  • Website doesn't display correctly, some areas cut off

    All pages of my website cut off some text at the top and bottom. This does not happen with any other web pages I browse! The site was created by our developer and based on a Themeforest theme (from Envato) called Franklin Crowdfunding. Interestingly,

  • Adding Chapter Marks makes DVD audio not work

    I sent a 65-minute video to Compressor from Final Cut Pro X. In Compressor I used the 'Dolby Digital Professional' and 'MPEG-2 for DVD' settings from the Disc Burning folder as targets, and added a job action to create the DVD. I left all default set

  • Standart painting and Tools

    Hello! I'm interesting in way to get access to the standart panel "Tools". Is it possible to insert my custom mode(s) like paint in this toolbar? I'm coding the plugin which looks like the standart painting, but some differs. I guess, I should create

  • Query Designer - Dynamic periods

    Dear BI EXPERTS, I am new to BI and I have got a requirement to display a Query with dynamic periods on execution. Requirement: On Execution of Report, It asks for a Period from the user. Suppose user gives 3 then it shows report as below Char1 Char2

  • Need help urgent : Any Crystal Report Expert here?.

    I need to join Table A and Table B. First report i want to display columns from Table A which is also in Table B. Second report i want to display all colums from Table A, which is not in Table B. How to accoumplish this in Crystal Report?. Which is b