summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbackup
Commit message (Collapse)AuthorAgeFilesLines
* Fix daemon mode bug.Stew Benedict2002-09-231-1/+1
|
* don't display the banner id in embedded modedamien2002-09-071-1/+1
|
* QA BugSummer90 fixesStew Benedict2002-09-061-10/+22
|
* handle delete_event in all casesThierry Vignaud2002-09-061-1/+1
|
* use my_gtk for window creation, thus:Thierry Vignaud2002-09-061-8/+10
| | | | | | | - window creation and embedding mode're handled automatically - when one close drackbackup, my_gtk close it properly and return to mcc
* cleanup check for Expect - thx gcStew Benedict2002-09-051-5/+2
|
* rework perl-Expect usage/requirementsStew Benedict2002-09-051-19/+14
|
* enable perl-Expect (moved to main)Stew Benedict2002-09-041-8/+7
|
* embbed drakbackup in mccThierry Vignaud2002-09-041-1/+0
|
* fixed use of variables in translatable stringsPablo Saratxaga2002-08-311-9/+9
|
* Fix prompt text saved as filename - Advanced What - OtherStew Benedict2002-08-311-2/+2
|
* GUI feedback during restore.Stew Benedict2002-08-291-31/+85
|
* corrected English typos (no space before colon in English)Pablo Saratxaga2002-08-291-14/+14
|
* catalog restore via HD, CD, tape & networkStew Benedict2002-08-271-30/+231
|
* combine file browser subs into generic routineStew Benedict2002-08-231-196/+333
| | | | | catalog restore - check restore media params - verify media
* reworked failure to find restore path treatmentStew Benedict2002-08-231-179/+449
| | | | | | | | | | | | | - now user gets option to reselect dir, install media, or use the catalog browser for unmountable media - fix eject media typo - create/read tape label for catalog - more GUI crash fixes - catalog browser - can select session or individual files for restore - needs backend - merge with other CVS changes, some language fixes
* made strings translatable, and a typo correctionPablo Saratxaga2002-08-211-16/+16
|
* typo fixed seen by Arpad Biro:Thierry Vignaud2002-08-201-5/+5
| | | | | | | | s/durind/during/ s/an user/a user/ s/select select/select/ s/propogate/propagate/
* fix $'s in i18n'ed stringsPascal Rigaux2002-08-201-6/+6
|
* remove unused subsStew Benedict2002-08-201-651/+540
| | | | | | disable forced "backup before restore" that erases previous backup more work towards tracking backed up files for future recovery
* s/progess/progress/ (Arpad Biro)Thierry Vignaud2002-08-191-3/+3
|
* Allow non-root user to use program with personal config.Stew Benedict2002-08-151-151/+341
| | | | | | | | | Finish multisession support. Fix various crash scenarios in GUI in restore mode. Fix user restore mode to restore only what is requested. View archive contents before restore, user & sys mode. Add explanation of config file options for non-X users.
* undo advanced_what_user I broke perl_checkingStew Benedict2002-08-141-13/+43
| | | | | multisession CD support
* GUI fixes, scp, rsync, webDAV, CD, tape support.Stew Benedict2002-08-101-520/+928
| | | | | | | | | Consolidate all net methods into one configure screen. Daemon mode, email fixed. Ran perl_checker and corrected. GUI feedback during various backup modes and result report. CD/Tape drive/media detection. Start to look at cataloging runs for locating restore media.
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-1/+0
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* never EVER put $xxxx in to-be-translated strings!!Pascal Rigaux2002-07-301-2/+2
|
* don't translate useless strings (here: "\n")Thierry Vignaud2002-07-301-1/+1
|
* Numerous GUI crash fixes, oddities. Install needed packages. Fix email, ↵Stew Benedict2002-07-281-4106/+2748
| | | | | | | | daemon modes. Add rsync, webdav, cd, tape capabilities. Consolidate net method setup screens. Add CD device capability query.
* perltidy parsing.Sebastien Dupont2002-07-111-2266/+4063
|
* please yduret, do not commit these changes on cvs before to test it.Sebastien Dupont2002-04-041-26/+28
| | | | | | you can say "bugs fixes" only if you have corrected some errors but not if you create it! the backup on cd was disabled because the backend is not available for moment.
* bugs fixes, code clean up, more mdkish..Yves Duret2002-03-301-44/+32
|
* remove backup on cdSebastien Dupont2002-03-201-14/+14
|
* minor bug correctiondamien2002-03-121-6/+6
|
* bugfixsdamien2002-02-281-4/+19
|
* corrected translation for crontabdamien2002-02-281-4/+12
|
* bug correctiondamien2002-02-121-8/+11
|
* changed some strings to make translation easierPablo Saratxaga2002-02-011-17/+12
|
* complex merging....Sebastien Dupont2002-01-301-319/+284
| | | | | | | | | | | | change /var/drakbackup to /var/lib/drakbackup crontab update mail report update sendmail update require rpm mode code optimisation remove about gi new help function
* Corrected various English typosPablo Saratxaga2002-01-281-6/+6
|
* fixed i18n bugsStefan Siegel2002-01-211-3/+3
|
* sorry, _("$_") is not allowedGuillaume Cottenceau2002-01-201-3/+3
|
* Rework English syntax in drakbackup - hopefully I've got the intent correct ;^)Stew Benedict2002-01-191-111/+111
|
* - write the 'common' part of the 'explanations' stuff,Guillaume Cottenceau2002-01-181-1/+3
| | | | | | | with nice help from Pixel for the tough Perl part - move 'use standalone' up in all standalone apps, to comply to 'explanations'
* fix traduction problems and more ...Sebastien Dupont2002-01-181-161/+227
|
* stable version for qa pkg.Sebastien Dupont2002-01-171-114/+118
| | | | | (without unstables options)
* update send mail.Sebastien Dupont2002-01-161-8/+20
| | | | | (pixel mode. ;))
* new ./drakbackup --show-confSebastien Dupont2002-01-151-2/+5
|
* fix daemon problem (media to use).Sebastien Dupont2002-01-151-32/+53
| | | | | | | | update informations on drakbackup report mail. __ 3290 lines.
* man pages fr created.Sebastien Dupont2002-01-151-90/+67
| | | | | | | | | | some code cleaning on backend mode. (all_user_list && return_path) new functions on backend mode: - show-conf - debug - help - version.
* some updates ...Sebastien Dupont2002-01-131-35/+37
|