summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbackup
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* in "more option" steps user could choose to receive a report by mail for ↵Sebastien Dupont2002-01-131-8/+44
| | | | each backups.
* ftp backup work.Sebastien Dupont2002-01-131-317/+48
| | | | | | | fix time problems. remove doc from file. security fix for configuration file.
* update header pixmaps.Sebastien Dupont2002-01-111-20/+5
| | | | | correction of message problem.
* drakbackup work ...Sebastien Dupont2002-01-081-8/+30
| | | | | incremental backup and restore work.
* another round of bad use of _() fixes.Pascal Rigaux2002-01-081-3/+3
|
* fixed bad use of _().Pascal Rigaux2002-01-081-3/+3
|
* user can be equal to 500damien2002-01-031-1/+1
|
* lots of update ...Sebastien Dupont2001-12-311-187/+306
| | | | | | | | | | - cron work. - backup incremental & normal work. - corrupted backup data files supported. - error messages updated. - aff list of backup data files pbs. - test all backup files before to restore it.
* updateSebastien Dupont2001-12-301-4/+21
|
* update TODOSebastien Dupont2001-12-291-19/+41
| | | | | | test backup data. and more....
* fix problem of incremental backups !!!Sebastien Dupont2001-12-291-11/+8
|
* lots of update !!!Sebastien Dupont2001-12-281-68/+81
|
* update select data on backup cdSebastien Dupont2001-12-281-12/+12
|
* fix of user selection during restore step.Sebastien Dupont2001-12-271-74/+93
| | | | | | remove return_file_date. change algo for incremental backup.
* some gi corrections & update.Sebastien Dupont2001-12-261-38/+91
| | | | | incremental restore.
* add pixmaps on backup step.Sebastien Dupont2001-12-221-3/+23
|
* new designer pixmaps on drakbackup.Sebastien Dupont2001-12-221-15/+17
|