Applications-BackupAndRestore

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

bin/BackupAndRestore
bin/BackupAndRestore.glade
bin/FileQuickFind
Changes
lib/Applications/BackupAndRestore.pm
lib/Applications/BackupAndRestore/Helper.pm
lib/Applications/BackupAndRestore/pod/BackupAndRestore.png
lib/Applications/BackupAndRestore/pod/BackupInProgressNotification.png
lib/Applications/BackupAndRestore/pod/RemoveBackupDialog.png
lib/Applications/BackupAndRestore/pod/RestoreDialog.png
lib/Applications/BackupAndRestore/pod/RestoreInProgressNotification.png
lib/Applications/FileQuickFind.pm
lib/auto/Applications/BackupAndRestore/autosplit.ix
lib/Gtk2/Ex/FileLocator.pm
lib/Gtk2/Ex/FileLocator/DropPocket.pm
lib/Gtk2/Ex/FileLocator/FileChooser.pm
lib/Gtk2/Ex/FileLocator/Helper.pm
lib/Gtk2/Ex/FileLocator/PathBar.pm
lib/Gtk2/Ex/FileLocator/PathnameField.pm
lib/Gtk2/Ex/FileLocator/RecycleButton.pm
Makefile.PL

lib/Applications/BackupAndRestore.pm  view on Meta::CPAN

=head1 GUI

=head2 Backup & Restore

The Backup & Restore utility is illustrated in Figure 1-1. 

=head3 Figure 1-1. Backup & Restore

=begin html

<img src="BackupAndRestore/pod/BackupAndRestore.png"><br>

=end html

=head1

To start up Backup & Restore from a terminal window, type B<BackupAndRestore> and then press C<Enter>.

Backup & Restore has a List View where you see every single backup with time, date, changed files and the exact space required on your harddrive.

Above the list view there is a File Chooser Button where you can select a folder to backup. Position the cursor over  File Chooser Button and press the right mouse button. A pop-up menu appears. Choose a folder from the pop-up menu. Drag a folder ico...

lib/Applications/BackupAndRestore.pm  view on Meta::CPAN

Below the list view there is a backup button.

=head2 Backup In Progress Notification

The Backup In Progress Notification is illustrated in Figure 1-2. 

=head3 Figure 1-2.  Backup In Progress Notification

=begin html

<img src="BackupAndRestore/pod/BackupInProgressNotification.png"><br>

=end html

=head2 Restore Dialog

The Restore Dialog is illustrated in Figure 1-3. 

=head3 Figure 1-3.  Restore Dialog

=begin html

<img src="BackupAndRestore/pod/RestoreDialog.png"><br>

=end html

=head2 Restore In Progress Notification

The Restore Dialog is illustrated in Figure 1-4. 

=head3 Figure 1-4.  Restore In Progress Notification

=begin html

<img src="BackupAndRestore/pod/RestoreInProgressNotification.png"><br>

=end html

=head2 Remove Backup Dialog

The Remove Backup Dialog is illustrated in Figure 1-5. 

=head3 Figure 1-5. Remove Backup Dialog

=begin html

<img src="BackupAndRestore/pod/RemoveBackupDialog.png"><br>

=end html

=head1 Perl

=head2 Synopsis

	use Applications::BackupAndRestore -run;

	use Applications::BackupAndRestore;



( run in 1.679 second using v1.01-cache-2.11-cpan-2398b32b56e )