mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverCommands.


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverCommands.ml
Date: Mon, 15 Aug 2005 16:22:51 -0400

Index: mldonkey/src/daemon/driver/driverCommands.ml
diff -u mldonkey/src/daemon/driver/driverCommands.ml:1.79 
mldonkey/src/daemon/driver/driverCommands.ml:1.80
--- mldonkey/src/daemon/driver/driverCommands.ml:1.79   Sun Aug  7 17:39:30 2005
+++ mldonkey/src/daemon/driver/driverCommands.ml        Mon Aug 15 20:22:50 2005
@@ -1356,9 +1356,15 @@
         match args with
          ["options"] -> DriverInteractive.save_config (); _s "options saved"
        | ["sources"] -> CommonComplexOptions.save_sources (); _s "sources 
saved"
+       | ["backup"] -> CommonComplexOptions.backup_options (); _s "backup 
saved"
+       | ["all"] ->
+              DriverInteractive.save_config ();
+              CommonComplexOptions.save_sources ();
+              CommonComplexOptions.backup_options ();
+               _s "options, sources and backup saved"
        | _ -> DriverInteractive.save_config ();
               CommonComplexOptions.save_sources (); _s "options and sources 
saved"
-        ), "<options|sources|(empty for all)>:\t\tsave options and/or sources";
+        ), "<options|sources|backup (empty for options + sources)>:\t\tsave 
options and/or sources or backup";
 
     "vo", Arg_none (fun o ->
         let buf = o.conn_buf in
@@ -1672,6 +1678,9 @@
                        strings_of_option max_client_name_len;
                        strings_of_option emule_mods_count;
                        strings_of_option emule_mods_showall;
+                       strings_of_option backup_options_format;
+                       strings_of_option backup_options_delay;
+                       strings_of_option backup_options_generations;
                        strings_of_option chat_app_port;
                        strings_of_option chat_app_host;
                        strings_of_option chat_console_id;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]