Re: backup with python

2008-09-16 Thread Zentrader
Depends on what OS you are using. The easiest way would be to tar the files you want to backup into an empty directory and then have the python backup program call whatever DVD write program you have on your system with the appropriate commands and your backup directory. -- http://mail.python.org/

Re: backup with python

2008-09-16 Thread Manuel Ebert
You may want to look into http://www.bigpaul.org/burn/ > Hi ! > I need some help to create backup with python. > I want to backup some bases on DVD - RW . > How i make this with python ? > I want to use python because the program is write on python . > > Thank you ! > -- > http://mail.python.org/m