/ Published in: XML
xml file for the backup script posted previously.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?xml version="1.0"?> <ROOT> <BACKUP file_prefix='backup/pf_' file_suffix='.tar.gz_'> <COMPRESS path='c++'/> <COMPRESS path='matlab'/> <COMPRESS path='latex'/> <COMPRESS path='python/backup.py'/> </BACKUP> <MAIL from='[email protected]' to='[email protected]' subject_prefix='Backup PF: '> <SERVER addr='smtp.server.com' port='25' use_tls='no'/> </MAIL> <!--<MAIL from='[email protected]' to='[email protected]' subject_prefix='Backup PF: '> <SERVER addr='smtp.gmail.com' port='587' use_tls='yes' login='[email protected]' password='unfortunately_must_be_plain'/> </MAIL>--> </ROOT>