Changeset 539 in MondoRescue for trunk/contrib/backup-kungfu
- Timestamp:
- May 13, 2006, 7:38:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/contrib/backup-kungfu/backup-kungfu
r354 r539 68 68 function remove_garbage { 69 69 echo -e "Removing the files left from previous mondoarchive run...\n" 70 rm -rf / root/images70 rm -rf /var/cache/mondo 71 71 rm -rf ${backup_dir}/mondo* 72 72 rm -rf ${backup_dir}/tmp* … … 107 107 echo -e "Creating the new backup directory and moving the files there...\n" 108 108 mkdir -p ${backup_dir}/${comp_name}_${date}/images 109 cp / root/images/mindi/* ${backup_dir}/${comp_name}_${date}/images/109 cp /var/cache/mindi/* ${backup_dir}/${comp_name}_${date}/images/ 110 110 111 111 # If you want just move the iso files without renaming them just uncomment the next line
Note:
See TracChangeset
for help on using the changeset viewer.