Exclude Files from Shadow Copies (Previous Versions and System Restore) Ibukod ang mga file mula sa Shadow kopya (Nakaraang Bersyon ng System at Ibalik)

Volume Shadow Copies (VSS or also known as Volume Snapshot Services) is the technology used to perform snapshot and backup of system files and user data files at a specific time at regular interval. Dami Shadow kopya (VSS o kilala rin bilang Dami Snapshot Services) ay ang teknolohiya na ginagamit upang maisagawa ang kuha at backup ng mga file system na gumagamit at ang data na file sa isang tiyak na oras sa pagitan ng mga regular na. The incremental backup or snapshot by Shadow Copy is then used by System Restore or Previous Versions feature in Windows to restore Windows to previous state or recover deleted or altered files and folders. Ang incremental backup o snapshot ng Shadow Kopyahin pagkatapos ay ginagamit ng System Ibalik o Nakaraang Bersyon ng katangian sa Windows Windows upang maibalik sa naunang estado o mabawi tinanggal o altered file at mga folder.

When enabled and running properly, Shadow Copy service will backup almost everything on the drives. Kapag pinagana at tumakbo ng maayos, Shadow Kopyahin serbisyo ay backup na halos lahat ng bagay sa drive. And Shadow Copy, which commonly known as System Restore accessible by System Protection in Vista System Properties is turned on by default on system drive. At Shadow Kopyahin, na karaniwang kilala bilang System Ibalik mapupuntahan sa pamamagitan ng System Proteksiyon sa Vista System Properties ay nabuksan sa pamamagitan ng default sa sistema drive. Thus, various System Restore Points created will save copies system and user data files incrementally in Shadow Copy repositories. Kaya, iba't-ibang mga sistema ng Ibalik Points nilikha ay i-save ang mga kopya na sistema at gumagamit ng data file incrementally sa Shadow Kopyahin repositories.

The existence of backup copies of files and folders in another location in VSS repositories may bring several issues. Ang pagkakaroon ng mga backup na kopya ng mga file at folder sa ibang lokasyon sa VSS repositories ay maaaring magdala ng ilang mga isyu. Firstly, for users who don't use Previous Versions or System Restore features, or those (users of Home Premium and Home Basic editions of Vista) who can't access shadow copies of user data files, keeping these files is wasting disk space. Una, para sa mga manggagamit na hindi gamitin ang Nakaraan Bersyon o System Ibalik ang mga tampok, o ang mga (mga gumagamit ng Home Premium at Home Basic edisyon ng Vista) na maaaring hindi ma-access ang lilim na kopya ng mga gumagamit ng data file, panatilihin ang mga file na ito ay aaksaya disk space. Secondly, Shadow Copies may potentially leak trace and record of sensitive and private files or documents. Pangalawa, Shadow mga kopya ay maaaring potensyal na makalabas bakasin at talaan ng mga sensitibo at pribadong file o mga dokumento.

The first issue can be solved by Ang unang isyu ay maaaring lutasin sa pamamagitan ng disabling the Shadow Copy (or commonly known as System Restore) disable ang Shadow Kopyahin (o karaniwang kilala bilang System Ibalik) . . And for users who just want to keep some private confidential data out of the reach of been monitored and backed up can exclude files from Shadow Copies. At para sa mga gumagamit na lamang ang nais mong panatilihin ang ilang mga pribadong kompidensiyal ng data sa labas ng maaabot ng na-subaybayan at back up mong ibukod ang mga file mula sa Shadow kopya. MSDN Library MSDN Library describes how to using registry key to exclude files from Shadow Copies by deleting the selected files from shadow copy during creation. naglalarawan kung paano ang paggamit ng pagpapatala susi upang ibukod ang mga file mula sa Shadow mga kopya sa pamamagitan ng pagbura sa mga napiling file mula sa lilim kopya sa panahon ng paglikha.

Using the FilesNotToSnapshot Registry Key to Exclude Files from Shadow Copy Paggamit ng mga FilesNotToSnapshot pagpapatala Key sa Ibukod ang mga file mula sa Shadow Kopyahin

Files can be deleted from a shadow copy during shadow copy creation by using the following registry key: Mga file ay tinanggal mula sa isang maliliman maliliman kopyahin ang kopya sa panahon ng paggawa sa pamamagitan ng paggamit ng mga sumusunod na pagpapatala susi:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\BackupRestore\FilesNotToSnapshot HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ BackupRestore \ FilesNotToSnapshot

This registry key has REG_MULTI_SZ (multi string) values for each application whose files can be excluded. Ang pagpapatala susi ay REG_MULTI_SZ (multi string) na mga halaga para sa bawat application na ang file ay maaaring hindi kasama. The files are specified by fully qualified paths, which can contain the * wildcard. Ang mga file ay tinukoy sa pamamagitan ng ganap na kwalipikadong mga landas, na kung saan ay maaaring maglaman ng mga * wildcard. If a fully qualified cannot be specified, then a path can also be implied by using the $UserProfile$ or $AllVolumes$ variable. Kung ang isang ganap na kwalipikadong ay hindi maaaring tinukoy, pagkatapos ng isang landas ay maaari ding ipinahiwatig sa pamamagitan ng paggamit ng UserProfile $ $ o $ AllVolumes $ variable. For example: Para sa mga halimbawa:

  • UserProfile$\Directory\Subdirectory\FileName.* UserProfile $ \ Directory \ Subdirectory \ Filename .*
  • $AllVolumes$\TemporaryFiles\*.* $ $ AllVolumes \ TemporaryFiles \ *.*

To make the path recursive, append ” /s” to the end. Upang gumawa ng landas recursive, idagdag "/ s" sa dulo. For example: Para sa mga halimbawa:

  • $UserProfile$\Directory\Subdirectory\FileName.* /s $ $ UserProfile \ Directory \ Subdirectory \ Filename .* / s
  • $AllVolumes$\TemporaryFiles\*.* /s $ $ AllVolumes \ TemporaryFiles \ *.* / s

In all cases, the entry is ignored if there are no files that match the path string. Sa lahat ng kaso, ang entry na ito ay hindi pinansin kung walang mga file na tumutugma ang landas string. Note that the exclusion (or rather the deletion of the files from the Shadow Copy repository during creation by the shadow copy optimization writer) of the files been added to the appropriate registry key value, is on a best-effort basis. Tandaan na ang exclusion (o sa halip sa pagbura ng mga file mula sa Shadow Kopyahin lalagyan sa panahon ng paggawa ng maliliman kopyahin optimization manunulat) ng mga file naidagdag sa mga naaangkop na pagpapatala susi halaga, ay sa isang pinakamahusay na pagsisikap na batayan.

IMPORTANT : The page is machine translated and provided "as is" without warranty. MAHALAGA: Ang mga pahina ay makina isinalin at ibinigay "gaya ay" walang warranty. Machine translation may be difficult to understand. Machine translation ay maaaring maging mahirap na maintindihan. Please refer to Mangyaring tingnan ang original English article orihinal na Ingles na artikulo whenever possible. hangga't maaari.


One Response to “Exclude Files from Shadow Copies (Previous Versions and System Restore)” One Response sa "Huwag isama ang mga file mula sa Shadow kopya (Nakaraang Bersyon at Ibalik System)"

  1. fsr fsr
    September 23rd, 2008 05:27 September 23rd, 2008 05:27
    1 1

    How can I change shadow volume storage association in Vista Premium and Basic ? Paano ko mababago ang lilim dami ng imbakan samahan sa Vista Premium at Basic?

    Vssadmin doesn't work ! Vssadmin ay hindi gumagana!

Leave a Reply Mag-iwan ng isang Sumagot

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Maaari mong gamitin ang mga ito tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Mag-subscribe sa mga puna tampok na ito ay hindi pinagana. To receive notification of latest comments posted, subscribe to Upang makatanggap ng paunawa ng mga pinakabagong comments-post, mag-subscribe sa My Digital Life Comments RSS feed Aking Digital Life Comments RSS feed or o register to receive magrehistro upang makatanggap ng new comments in daily email digest. mga bagong komento sa pang-araw-araw email digest.
Custom Search

New Articles Bagong Akda

Incoming Search Terms for the Article Papasok na Kataga sa Paghahanap para sa mga Artikulo

SYSTEM RESTORE AND SHADOW COPIES Ibalik ang sistema AT Shadow KOPYA - -- vista backup exclude files tanawin backup na ibukod ang mga file - -- shadow copy exclude maliliman kopyahin ibukod - -- files to exclude from backup file upang ibukod mula sa backup - -- Excluding Files from Shadow Copies Hindi kasama ang mga file mula sa Shadow kopya - -- exclude folders from shadow copy ibukod ang mga folder ng kopya mula sa lilim - -- shadow copy exclude files maliliman kopyahin ibukod ang mga file - -- exclude from shadow copies ibukod mula sa lilim ng kopya - -- vss exclude file vss ibukod ang file - -- exclude files from shadow copies ibukod ang mga file mula sa lilim ng kopya - -- Vista Backup exclude Vista Backup ibukod - -- "windows 2003" exclude files "shadow copies" "windows 2003" ibukod ang mga file na "maliliman kopya" - -- disable shadow copy on a folder huwag paganahin maliliman kopyahin sa isang folder - -- shadow copy exclusions maliliman kopyahin PAGWAWAKSI - -- shadow copy exclude folder maliliman kopyahin ibukod folder - -- windows 2003 server shadow copy exclude folder windows 2003 server maliliman kopyahin ibukod ang folder - -- exclude files shadow copy Server 2003 ibukod ang mga file maliliman kopyahin Server 2003 - -- shadow copy exclude files server 2003 maliliman kopyahin ibukod ang mga file sa server 2003 - -- exclude a folder from shadow copy ibukod mula sa isang folder maliliman kopyahin - -- exclude folders from volume shadow copy ibukod ang mga folder sa dami maliliman kopyahin - -- windows 2003 exclude folder shadow copies windows 2003 ibukod folder maliliman kopya - -- exclude folder from vss ibukod mula sa folder vss - -- volume shadow copy exclude dami maliliman kopyahin ibukod - -- exclude from shadow copy ibukod mula sa maliliman kopyahin - -- HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\BackupRestore\FilesNotToSnapshot 2008 HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Control \ BackupRestore \ FilesNotToSnapshot 2008 - -- shadow copies exclude folders maliliman kopya ibukod ang mga folder - -- VSS exclude folder VSS ibukod ang folder - -- volume shadow copies exclude folder dami maliliman kopya ibukod folder - -- restore previous versions windows xp ibalik ang mga nakaraang bersyon ng Windows XP - -- Exclude Files from Shadow Copy Ibukod ang mga file mula sa Shadow Kopyahin - -- What are System restore and shadow copies Ano ang mga System ibalik at anino kopya - -- Vista shadow copy exclude folder Vista maliliman kopyahin ibukod folder - -- shadow copy exclude folders maliliman kopyahin ibukod ang mga folder - -- exclude previous versions on folder ibukod ang mga nakaraang bersyon sa folder - -- disable exclude service from vss hindi paganahin ang ibukod ang serbisyo mula sa vss - -- server 2003 shadow copy how to exclude folder server 2003 maliliman kopyahin kung paano ibukod ang folder - -- copy folder using shadow copies kopya ng folder gamit maliliman kopya - -- vista exclude directory from search tanawin ibukod direktoryo mula sa mga search - -- volume shadow copy excluding directories dami maliliman kopyahin maliban directories - -- exclude directories shadow copy ibukod ang mga directories maliliman kopyahin - -- exclude shares in volume shadow copy ibukod ang namamahagi sa dami maliliman kopyahin - -- exclude directory shadow copy ibukod ang direktoryo maliliman kopyahin - -- how to exclude video games from system backup vista kung paano ibukod ang mga video games galing sa sistema ng mga backup na tanawin - -- MSDN VSS exclude folders MSDN VSS ibukod ang mga folder - -- how to delete folder versions server 2003 vss paano sa burahin ang folder na bersyon ng server 2003 vss - -- windows 2003 exclude folder from shadow copy windows 2003 ibukod mula sa folder maliliman kopyahin - -- exclude shadow copy ibukod ang maliliman kopyahin - -- shadowcopies exclude shadowcopies ibukod - -- TSM exclude Volume Shadow Copy TSM ibukod Dami Shadow Kopyahin - -- how to delete shadow copy storage association vista kung papaano tanggalin ang maliliman kopyahin imbakan sasamahan tanawin - --