Back In Time 0.9.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Back In Time 0.9.4 (Default branch)
# 1  
Old 01-30-2009
Back In Time 0.9.4 (Default branch)

Image Back In Time is a simple backup system for Linux (Gnome & KDE4) inspired by the "flyback project" and "TimeVault". The backup is done by taking snapshots of a specified set of directories. All you have to do is configure: where to save snapshot, what directories to backup, and when a backup should be done (manually, every hour, every day, every week, or every month). It acts as a "user mode" backup system. This means that you can backup and restore only folders to which you have write access. License: GNU General Public License v2 Changes:
This release updates the German translation, adds better handling of the "take snapshot" status icon, adds a first KDE4 version (not finished), and updates the man page. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Time.gmTime(3kaya)					       Kaya module reference						Time.gmTime(3kaya)

NAME
Time::gmTime - Convert a time to GMT. SYNOPSIS
Time gmTime( Int secs=now() ) ARGUMENTS
secs The number of seconds since Jan 1 1970. This argument is optional and defaults to the current time. DESCRIPTION
Converts a time expressed in seconds since Jan 1 1970 to a Time.Time(3kaya) , using the GMT timezone. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Time.Time(3kaya) Time.localTime(3kaya) Time.mkTime(3kaya) Time.time(3kaya) Kaya October 2012 Time.gmTime(3kaya)