UI
User Interface Discussion
Rationale
- At first backups are - or should be - done regularly. This is why the steps and information required by each backup process should be as less as possible.
- Most users are not familiar with doing backups. It is often hard to know for them which directories and files are important.
- Users that are more familiar with doing backups and own a large file collection need an advanced include and exclude function.
All of these three needs could be satisfied by using profiles or backup types. The main window only contains a list of predefined backup profiles, e.g. "All personal files" or "All personal files excluding movies and music" and a combobox for all possible backup devices. So you only have to choose the backup type, the backup medium and click on the backup button. If a user wants to more complex updates he can edit the profiles. Since the settings of the profiles are in a separated dialog they don't disturb the regular backups. The default backup profiles can also be fine grained: we could exclude .Trash, thumbnails and temporary files e.g. browser chaches.
Backup
Main Window
The proflie treeview shows a set of predefinded and custom profiles.
Each profile is listed with its name and the last backup date.
By default we could deliver a profile "Personal files". It would include the users home directory and would exclude temporary files (browser caches, thumbnails, trash...).
The backup device combobox includes the devices provided by hal.
Edit Profile Dialog
Backup Types
- "Complete backup"
- "Only add new or changes files"
- "Ask"
Exclude Templates
1. Trash:
- - */.Trash/*
2. Temporary Files:
- $HOME/.mozilla/firefox/*/Cache/*
- $HOME/.gnome2/epiphany/mozilla/epiphany/Cache/*
- $HOME/.gnome2/epiphany/favicon_cache/*
- $HOME/.thumbnails/*
- Konqeror and Opera caches (I don't know the exact path)
- further caches...
3. Media files:
- *.ogg
- *.avi
- *.mp3
- *.mpg
- *.mov
- *.asf
- *.wmv
- *.ram
- *.rm
Default Profiles
Complete Home Backup
- Includes: ~
- Excludes: Trash, temp files
- Type: ask
Backup Only Documents and Configuration - but no large media files
- Include: ~
- Exlcude: *.mp3, *.ogg, *.avi ... Trash, temp files
- Type: ask
Workflow
Complete Home Backup
Use case: Jill wants to backup here data. It is the first time that she uses a backup programm.
- Jill opens hub
- Chooses to go with the default "complete home backup" profile
- Jill selects her cd writer in the backup device combo and clicks on backup
- Jill gets asked if she would like to start a new backup or contine an older one - she chooses new
- Jill inserts an empty cd and watches the progress bar
Continue a Regular Backup
Use case: Jill (from the above example) heard that it is wise to do regular backups. Since her last backup was a week ago. She decides to do another one.
- Jill open hub
- Chooses to go with the default "complete home backup" profile
- Jill selects her cd writer in the backup device combo and clicks on backup
- Jill gets asked if she would like to start a new backup or contine an older one - she chooses to continue a new one.
- A dialog prompts her to insert her old backup into the cdwriter
- Jill inserts the backup cd and watches the progress bar
or:
- Jill inserts her backup cd into the cdwriter
- A dialog asks here if she would like to update her backup or restore it
- She clicks on update and watches the progress bar
Further Dialogs
Ask For Backup Type
Include large files?
This dialog appears if media files should be excluded but a file larger than 100 MByte should be included.
Include large file 'X'? Do you want to include the file X with a size of X MByte.
[x] Remember my answer for further large files
- [Skip] [Include]
Resources
The glade file:
The current user interface:
HomeUserBackup/UI (last edited 2008-08-06 16:26:11 by localhost)