Backup Script - Confg File


/ Published in: XML
Save to your folder(s)

xml file for the backup script posted previously.


Copy this code and paste it in your HTML
  1. <?xml version="1.0"?>
  2. <ROOT>
  3. <BACKUP file_prefix='backup/pf_' file_suffix='.tar.gz_'>
  4. <COMPRESS path='c++'/>
  5. <COMPRESS path='matlab'/>
  6. <COMPRESS path='latex'/>
  7. <COMPRESS path='python/backup.py'/>
  8. </BACKUP>
  9.  
  10. <MAIL from='[email protected]' to='[email protected]' subject_prefix='Backup PF: '>
  11. <SERVER addr='smtp.server.com' port='25' use_tls='no'/>
  12. </MAIL>
  13.  
  14. <!--<MAIL from='[email protected]' to='[email protected]' subject_prefix='Backup PF: '>
  15. <SERVER addr='smtp.gmail.com' port='587' use_tls='yes' login='[email protected]' password='unfortunately_must_be_plain'/>
  16. </MAIL>-->
  17. </ROOT>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.