Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-05 | Update write_log_file() so that it put the most recent message on the top; ↵ | Hui Lan | |
remove duplicate write_log_file() | |||
2020-02-06 | backup_files.py: remove the cd command - we do not need to cd to a directory ↵ | Hui Lan | |
to gzip a file inside it. | |||
2020-02-06 | backup_files.py: fix misspelling | Hui Lan | |
2019-12-07 | create backup_files.py for backing up files | Hui Lan | |
Define a function copy_and_backup_file(src_file, dest_dir) to do backup and compression work. The function copy_and_backup_file is used in update_network_by_force.py. -Hui |