Backup PHP files?

B

Bert Onstott

It appears that Windows Vista Home Premium does not back up files with a PHP
extension. A) is this true, and B) is there any way to change that? I'm
doing web development using PHP and really would like to have my files backed
up. The folder in which they are store also has .css files, and they do get
backed up.

Help
 
P

Paul Montgomery

It appears that Windows Vista Home Premium does not back up files with a PHP
extension. A) is this true, and B) is there any way to change that? I'm
doing web development using PHP and really would like to have my files backed
up. The folder in which they are store also has .css files, and they do get
backed up.

I don't know if Windows backup does that or not. I DO know that
you're working wth an inferior backup product compared to third-party
alternatives.

Pop for the few bucks that a really good one costs and you'll not have
to worry about losing your work.

You can pickup Acronis True Image for about $30 at Newegg.com (haven't
checked pricing in a while) with free 3-day shipping.
 
R

Ringmaster

I don't know if Windows backup does that or not. I DO know that
you're working wth an inferior backup product compared to third-party
alternatives.

Pop for the few bucks that a really good one costs and you'll not have
to worry about losing your work.

An example you really don't know what you're talking about. Any backup
that creates a "disk image" and you being dumb enough to solely rely
on that is a open risk to losing some or all your data and not knowing
it until the time you attempt to restore from such a image. You fell
for marketing hype, hook, line and sinker. Most fanboys do. After all
they constantly praise Vista, so how smart can a fanboy be?
 
M

Mark L. Ferguson

B

Bert Onstott

It does not appear that there is any way to change what is defined as a
program file in the file associations area of the Control Panel, but thanks
for the suggestion.

Sure seems strange that there is no listing anywhere of what kinds of files
are/aren't backed up, but I sure can't find it if it exists. And it should
be possible to designate a file type as backup/no backup somewhere.
 
B

Bert Onstott

Mark - Thanks, but that doesn't do it. I have all options checked. But the
message that appears when hovering over "Additional files" says:


"Any other files that do not fit in the other categories. System files,
program files, and temporary files will never be backed up".

I see no where to determine or alter what Vista considers a program file,
which is what I think I need to do. I need to define a file with an extension
php as not a program file.

If anyone knows how to do that, I'd be most grateful to hear how. That must
be defined SOMEWHERE.
 
M

Mark L. Ferguson

What happens when you doubleclick a PHP file? Is there a
"Hkey_Classes_Root/.php " entry in the registry? " .../phpfile"? If not, I
would think assigning .php to notepad might get them included in the
'additional files" category. Certainly the "Edit" function is different from
the "Open" action, and I'm guessing .php opens in the browser, but assigning
an Edit action may get you into 'additional'

--
Please use the Communities guidelines when posting.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm
Use the "Ratings" feature. It helps the new users.
Mark L. Ferguson MS-MVP
https://mvp.support.microsoft.com/profile/Mark.Ferguson
 
B

Bert Onstott

Mark - I'm not a Windows registry guru, so I don't really understand what I
see there, but to answer you questions:

1. Double clicking on a PHP file opens it in Dreamweaver.
2. In the registry for Hkey_Classes_Root/.php is see the following:

..php
Name Type Data
ab (Default) REG_SZ phpfile
Perceived Type REG_SZ text

OpenWithList
(Default) REG_SZ (Value not set)

dreamweaver.exe
(Default) REG_SZ (Value not set)

Would changing something here cause these files to get backed up?
 
M

Mark L. Ferguson

No, if that were going to do it, it would be working already. I don't see
why you get that behavior. If you put a copy in your Documents folder, they
should be included in the backup.

--
Please use the Communities guidelines when posting.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm
Use the "Ratings" feature. It helps the new users.
Mark L. Ferguson MS-MVP
https://mvp.support.microsoft.com/profile/Mark.Ferguson

Bert Onstott said:
Mark - I'm not a Windows registry guru, so I don't really understand what
I
see there, but to answer you questions:

1. Double clicking on a PHP file opens it in Dreamweaver.
2. In the registry for Hkey_Classes_Root/.php is see the following:

.php
Name Type Data
ab (Default) REG_SZ phpfile
Perceived Type REG_SZ text

OpenWithList
(Default) REG_SZ (Value not set)

dreamweaver.exe
(Default) REG_SZ (Value not set)

Would changing something here cause these files to get backed up?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top