Back In Time 0.8.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Back In Time 0.8.2 (Default branch)
# 1  
Old 11-14-2008
Back In Time 0.8.2 (Default branch)

ImageBack In Time is a simple backup system for the GNOME desktop 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 v2Changes:
A right-click menu in the files list now providesopening (usinggnome-open), copying (you can paste in Nautilus),and restoring (forsnapshots only). A "Copy" toolbar button has beenadded to the fileslist.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)