pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/backintime



Module name:    wip
Committed by:   thomasklausner
Date:           Sat Nov 22 16:59:11 UTC 2008

Import into wip/backintime

Log Message:
Initial import of non-working backintime:
GUI looks ok, but "Backup Now" doesn't do anything.

Why did I write the application ? When I read about Apple's
TimeMachine I thought it's nice tool to have. I searched for
equivalent applications for Linux and I find TimeVault and FlyBack.
I didn't feel very comfortable with TimeVault, especially with it's
time line. FlyBack was almost what I was looking for: I wanted a
Places/Bookmarks column and I wanted snapshots only when something
changed (just to reduce the number of snapshots).

Keep in mind that Back In Time is just a GUI. The real magic is
done by rsync (take snapshots and restore), diff (check if something
changed) and cp (make hard links).

Back In Time acts as a "user mode" backup system. This means that
you can backup/restore only folders you have write access to
(actually you can backup read-only folders, but you can't restore
them).

In order to reduce disk space, it use the following rules:

    * a new snapshot is created only if the last snapshot (if any)
    is different from the current directories state
    * when a new snapshot is created, it use hard-links (if possible)
    for files that are not modified

When you restore a file "A", if it already exists on the file system
it will be renamed to "A.backup.<current data>".

For automatic backup it use "cron" so there is no need for a daemon,
but "cron" must be running.

Status:

Vendor Tag:     THOMASKLAUSNER
Release Tags:   THOMASKLAUSNER_20081122
                
N wip/backintime/distinfo
N wip/backintime/Makefile
N wip/backintime/TODO
N wip/backintime/PLIST
N wip/backintime/DESCR

No conflicts created by this import


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index