diff options
author | crunchy <crunchy> | 2003-06-27 13:40:23 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2003-06-27 13:40:23 +0000 |
commit | b5f5847bedf884611a9978236bb66d150016c71e (patch) | |
tree | d14e220039dba60b90fd9f9909aff7a7cb20079d /ChangeLog | |
parent | c6c22c4fadb3000453389f3ecf471392674adfd1 (diff) | |
download | mpiosh-b5f5847bedf884611a9978236bb66d150016c71e.tar.gz mpiosh-b5f5847bedf884611a9978236bb66d150016c71e.tar.bz2 mpiosh-b5f5847bedf884611a9978236bb66d150016c71e.zip |
tested and hopefully fixed the backup and restore commands
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2003-06-27 Andreas Buesching <crunchy@tzi.de> + * mpiosh/callback.c (mpiosh_cmd_backup): using the resolved backup + directory name as argument for mpio_file_get_as + (mpiosh_cmd_restore): same as above s/get/put/ + + * mpiosh/config.c (mpiosh_config_check_backup_dir): changed return + type to char *. returning the resolved backip directory name + +2003-06-27 Andreas Buesching <crunchy@tzi.de> + * mpiosh/global.c: add CONFIG_BACKUP defining a user backup directory. (commands): add backup and restore command |