diff options
author | Sebastien Dupont <sdupont@mandriva.com> | 2001-12-20 19:43:30 +0000 |
---|---|---|
committer | Sebastien Dupont <sdupont@mandriva.com> | 2001-12-20 19:43:30 +0000 |
commit | 109cbb2977839de62b22ca8310b5611e77726f96 (patch) | |
tree | cae87225ed14b89c892339cf5a9c24965f62f8e7 /perl-install/standalone/drakbackup | |
parent | 1b532b6a4a8b1fa1ba12d3c3922cddb26232d39f (diff) | |
download | drakx-backup-do-not-use-109cbb2977839de62b22ca8310b5611e77726f96.tar drakx-backup-do-not-use-109cbb2977839de62b22ca8310b5611e77726f96.tar.gz drakx-backup-do-not-use-109cbb2977839de62b22ca8310b5611e77726f96.tar.bz2 drakx-backup-do-not-use-109cbb2977839de62b22ca8310b5611e77726f96.tar.xz drakx-backup-do-not-use-109cbb2977839de62b22ca8310b5611e77726f96.zip |
update the todo header
the REQUIRE header
& code cleaning
Diffstat (limited to 'perl-install/standalone/drakbackup')
-rwxr-xr-x | perl-install/standalone/drakbackup | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup index a89a10f5c..75312e812 100755 --- a/perl-install/standalone/drakbackup +++ b/perl-install/standalone/drakbackup @@ -72,7 +72,7 @@ # # REQUIRE: cron if daemon # cdrecord & mkisofs -# ftp +# ftp || perl Net::FTP # ssh-askpass # # PBS persistants: @@ -85,6 +85,9 @@ # # # TODO: +# during restore step catch the most recent date +# and put in list all backup between the fisrt date +# and the select date. # 1bis - refaire en clist. # 3 - add port for ftp backup. # 4 - change NET::FTP to ftp cmds. |