diff options
author | crunchy <crunchy> | 2003-06-27 12:21:21 +0000 |
---|---|---|
committer | crunchy <crunchy> | 2003-06-27 12:21:21 +0000 |
commit | c6c22c4fadb3000453389f3ecf471392674adfd1 (patch) | |
tree | 8e9b5720b0c8474226dae99decfbd4c82f657d8d /ChangeLog | |
parent | 021de49f8e3d1c3b9f8e6e13df0ee7f2552c7b7a (diff) | |
download | mpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.tar.gz mpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.tar.bz2 mpiosh-c6c22c4fadb3000453389f3ecf471392674adfd1.zip |
add backup and restore commands; little bug fix and clean up. Need to be tested! Just give me 5 minutes, please!
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +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 + + * libmpio/src/mpio.c (mpio_file_get_real): fix a bug. Unlink the + external file (not the internal) before writing it (is it really + necessary?). + + * mpiosh/callback.c (mpiosh_cmd_config): deactivated. + (mpiosh_cmd_backup): new function, which creates a backup of all + existing config files. + (mpiosh_cmd_restore): new function, which restores a backup. + + * mpiosh/config.c (mpiosh_config_check_backup_dir): new function + to check for the backup directory ~/.mpio/backup/. Optionally it + can be created. + 2003-06-26 Markus Germeier <mager@tzi.de> * libmpio/src/mpio.c (mpio_file_exists): added helper function |