954,557 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

backup files to cdr ?

I want to make a small backup script to copy files to cdr. Are there any python modules that can accomplish this?

shanenin
Posting Whiz in Training
217 posts since May 2005
Reputation Points: 10
Solved Threads: 17
 

Are you using linux, solaris, os/2,windows or macos?

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

I want to do this for a windows xp system. My wife works for a hair salon, at this salon they need a simple software backup plan. Currently the salon software creates a database file(.zip) every 4 hours. then it just saves this file on the harddrive.

I would like to make a python script that would automaically copy these database files to cdr. I was thinking maybe a command line app like cdrecord for windows might be the way to go. Any suggestions would be appreciated.

shanenin
Posting Whiz in Training
217 posts since May 2005
Reputation Points: 10
Solved Threads: 17
 

Yesm, you could probably write a ms-dos batch file. It would be easier under Linux as you could just script it and specify your arguments.

I know there are many systems for regular backups for windows but mainly they are for Tape drives. CdR's I dont know about. Have you tried googling or looking on download sites or maybe MSDN.

Task scheduler (Is that in XP I have 98?) could open it but I dont know about getting it to actually do it.

Is windows python the same as Linux python which I am fairly competent in?

jbennet
Moderator
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,826
Solved Threads: 601
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You