[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a gui tarsnap backup tool
Hi,
the tarsnap-gui thing I wrote is now doneish. It'll make a key, make a
backup, and make a script to run using cron. Those were the goals.
The build procedure remains unchanged:
git clone http://github.com/arnt/tarsnap-gui.git
cd tarsnap-gui
qmake
make
If any of you want something else or more, patches are welcome. Those three
tasks were my agenda, but if yours spans is more ambitious, I'll be happy
to discuss how to do things, to review code, etc.
Arnt