What's new? | Help | Directory | Sign in
Google
flyback
FlyBack - Apple's Time Machine for Linux
  
  
  
  
    
Search
for
Updated Nov 07, 2007 by pub...@kered.org
HowToUse  
How to use FlyBack

To use the GUI, run like this:

$ python flyback.py

To perform a GUI-less backup, run like this:

$ python flyback.py --backup

Comment by niels.olson, Nov 17, 2007

using v 0.4 . . . how do I specify backups every 3 hours? Should the Backup Schedule "hour:" field be something like this: 3 6 9 12 15 18 21 0 ? Is it space separated, comma separated?

Comment by richardfearn, Dec 10, 2007

niels.olson: it's standard crontab format. See "man 5 crontab" for more details. You can specify every three hours with "0" for minute and "*/3" for hour.

Comment by Toni.Eleftheriadis, Dec 19, 2007

i have installed flyback on a headless debian machine and configured it from another machine (connected with ssh -Y ...). If I connect to this machine with "ssh -Y" runnning flyback with "python /home/tone/flyback/flyback.py --backup #flyback" everything is ok, no gui launched. If I connect to this with standard "ssh 192.168...." I get the following error: "error: could not find python module gtk"

Does Flyback need X to run ?

Comment by omar.brambilla, Jan 04, 2008

Where can I find the file whith the log of flyback's operation? what can I do to controll if the backup doesn't start of some file aren't saved? I have a cron rule to run every 3 hour the python flyback.py --backup command?

thank

Comment by alex.hutnik, Jan 04, 2008

How do you specify a folder on another computer? The dialog to select the storage location won't show me folders mounted via SSH. I understand that relying on keyring for authentication might be problematic, but I have public/private key logins set up.

I tried typing in ssh://username@host:/path/to/backup/dir and the terminal from which I was running Flyback complained that it couldn't write the directory (presumably it tried creating the directory on the local file system). I'd rather not mount a folder to my local file system with sshfs because that has proven to be buggy for me.

Any ideas?

Comment by bishoyh, Jan 20, 2008

can the backups be stored on a remote FTP/etc site?

Comment by lane.lester, Jan 22, 2008

FB is doing the scheduled backups OK; I made the mistake of thinking that Sunday is the first day of the week.

But it's including a directory from an old FB setup. Where are the preference stored?

Comment by Toni.Eleftheriadis, Feb 07, 2008

anyone got an idea why flyback wants to use gtk when launched GUI-less ?

Comment by BuksHanekom, Mar 09, 2008

Great app, just a correction on your project main page as to the required packages to install on ubuntu (hardy)

$ sudo apt-get install python python-glade2 python-gnome2 python-sqlite python-gconf rsync gksu

Comment by utdiscant, Mar 23, 2008

I would be happy if i had some kind of progress-bar showing how far the backup was.

Comment by d.priskorn, Apr 04, 2008

Great app, just a correction on your project main page as to the required packages to install on ubuntu (feisty)

$ sudo apt-get install python python-glade2 python-gnome2 python-sqlite python-gconf rsync

Comment by Steve.Doc.Brown, Apr 22, 2008

right, the package is python-sqlite without the number 3.

May we have a more complete guide? It's not very cleare how to backup only a directory, for examples, for a newbie user of linux. Thank you

Comment by ferdinand.go, May 06, 2008

where can i find how-to restore from backup?

Comment by denis.gatonegro, Jun 07, 2008

It is true that having a progress bar on the current backup would be very helpful... And more documentation would also be nice on how to set up the application and use it.

That said, I think this is a very good work you have done here. Thanks a heap!


Sign in to add a comment