In Windows Server 2003, in the "Attributes" column of windows explorer, some files have "A" or "C" or "AC" or others. What do these mean?
|
|
The others are:
I don't think I've ever seen the last two, but I do have files on my system that have the "N" designator which I don't recall ever seeing before Vista. |
||||
|
|
When Windows 7 "Backup and Restore" creates a "system image," it puts it in a root-level folder named WindowsImageBackup, which has the "I" attribute. Windows 7's "help attrib" command says:
|
|||
|
|
|
You can do more with Attributes. CMD-RUN-Type (Hidden Command)
CMD-RUN-Type (Show Command)
Enjoy.. |
||||
|
|
|
Others are as follows; H = Hidden S = System File R = Read Only AHS and R can be set by the user or system, as user you can use the 'attrib' command to add/remove attributes. C is a system only attribute. To find out more about the attrib command goto a command window and type 'attrib /?' |
|||
|
|
|
Backup software can clear the archive bit which is set when a file is modified. That way, it can be used to do incremental backups in order to skip over files that have already been backed up. Since it can be set and unset at will, it's not necessarily the most reliable method and I think most backup software uses more sophisticated criteria for determining what to include in an incremental backup. |
|||
|
|
The A bit only shows up when you have backup software that sets it to indicate that file has been archived. When a user makes changes to a file, the operating system clears the archive bit, to indicate to the backup software that if it's doing an incremental or differential backup, it needs to backup that changed file and reset the A bit. Incremental backups reset the archive bit, so that the next incremental will only backup newly changed files. Differential backups do NOT reset the archive bit, so every differential backup grabs all the files that have changed since the previous full backup. So, to restore a system on Friday, an administrator would need the weekly backup from sunday and either the latest differential, or ALL the daily incrementals. |
|||||||||
|
|
I am looking at several subdirectories on a shared network drive that have an "I" attribute, and one shortcut to a subdirectory that also has an "L" ("HSDLI"). I am going to guess the "I" could mean Indexed, but I haven't a clue to what "L" might mean. I would guess it means Link, but looking at other shortcuts to individual files at least, they don't have that attribute letter, so that is probably not it. |
|||||
|