<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://znil.net/index.php?action=history&amp;feed=atom&amp;title=Start-VBRLinuxFileRestore</id>
	<title>Start-VBRLinuxFileRestore - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://znil.net/index.php?action=history&amp;feed=atom&amp;title=Start-VBRLinuxFileRestore"/>
	<link rel="alternate" type="text/html" href="https://znil.net/index.php?title=Start-VBRLinuxFileRestore&amp;action=history"/>
	<updated>2026-05-04T12:52:57Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in znilwiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://znil.net/index.php?title=Start-VBRLinuxFileRestore&amp;diff=7947&amp;oldid=prev</id>
		<title>BLinz am 12. Januar 2016 um 13:24 Uhr</title>
		<link rel="alternate" type="text/html" href="https://znil.net/index.php?title=Start-VBRLinuxFileRestore&amp;diff=7947&amp;oldid=prev"/>
		<updated>2016-01-12T13:24:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
[[Kategorie:Veeam]]&lt;br /&gt;
NAME&lt;br /&gt;
    Start-VBRLinuxFileRestore&lt;br /&gt;
    &lt;br /&gt;
 ÜBERSICHT&lt;br /&gt;
    Starts non-Windows VM guest OS file restore.&lt;br /&gt;
    &lt;br /&gt;
 SYNTAX&lt;br /&gt;
    Start-VBRLinuxFileRestore -RestorePoint &amp;lt;COib&amp;gt; [-Reason &amp;lt;String&amp;gt;] -Server &amp;lt;CHost&amp;gt; -NetworkInfo &amp;lt;IVBRServerNetworkInfo&amp;gt; [-IP &amp;lt;IPAddress&amp;gt;] &lt;br /&gt;
                              [-NetworkMask &amp;lt;String&amp;gt;] [-Gateway &amp;lt;IPAddress&amp;gt;] [-VLanId &amp;lt;Int32&amp;gt;] [-EnableFTP] [-WarningAction &amp;lt;ActionPreference&amp;gt;]&lt;br /&gt;
                              [-WarningVariable &amp;lt;String&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]&lt;br /&gt;
    &lt;br /&gt;
    Start-VBRLinuxFileRestore -RestorePoint &amp;lt;COib&amp;gt; [-Reason &amp;lt;String&amp;gt;] -Server &amp;lt;CHost&amp;gt; -ResourcePool &amp;lt;CViResourcePoolItem&amp;gt; -NetworkInfo &amp;lt;IVBRServerNetworkInfo&amp;gt; &lt;br /&gt;
                              [-IP &amp;lt;IPAddress&amp;gt;] [-NetworkMask &amp;lt;String&amp;gt;] [-Gateway &amp;lt;IPAddress&amp;gt;] [-FromNSS] [-EnableFTP] [-WarningAction &amp;lt;ActionPreference&amp;gt;]&lt;br /&gt;
                              [-WarningVariable &amp;lt;String&amp;gt;] [&amp;lt;CommonParameters&amp;gt;]&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
 BESCHREIBUNG&lt;br /&gt;
    This cmdlet starts restore of VM guest OS files from 15 file systems such as Linux, Unix, BSD, MacOS and many others.&lt;br /&gt;
    &lt;br /&gt;
    For non-Windows file level restore, an assisting proxy appliance running Linux is used. Veeam Backup &amp;amp; Replication mounts disks of the restored VM to the&lt;br /&gt;
    proxy appliance as virtual hard drives.&lt;br /&gt;
    &lt;br /&gt;
    This cmdlet requires finalizing. When you restore all needed files, run Stop-VBRLinuxFileRestore to unmount disks and powers the proxy appliance off.&lt;br /&gt;
    &lt;br /&gt;
    IMPORTANT! You need to save the restore session to a variable when you run this cmdlet. Otherwise you will be unable to finalize the restore session with &lt;br /&gt;
    P owerShell.&lt;br /&gt;
    &lt;br /&gt;
    For Windows OS file restore, run Start-VBRWindowsFileRestore.&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
 PARAMETER&lt;br /&gt;
    -RestorePoint &amp;lt;COib&amp;gt;&lt;br /&gt;
        Specifies the restore point from which you want to restore the VM guest OS files.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                true&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?true (ByValue, ByPropertyName)&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -Reason &amp;lt;String&amp;gt;&lt;br /&gt;
        Specifies the reason for performing files restore.&lt;br /&gt;
        The information you provide will be saved in the session history so that you can reference it later.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -Server &amp;lt;CHost&amp;gt;&lt;br /&gt;
        Specifies the host on which the proxy appliance must be registered.&lt;br /&gt;
        &lt;br /&gt;
        IMPORTANT! When choosing the host for the Novell file system proxy appliance, make sure that it allows running VMs with 64-bit guest OS&amp;#039;es.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                true&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?true (ByPropertyName)&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -NetworkInfo &amp;lt;IVBRServerNetworkInfo&amp;gt;&lt;br /&gt;
        Specifies the network settings for the proxy appliance. The proxy appliance must be placed in the same network where the Veeam backup server resides.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                true&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -IP &amp;lt;IPAddress&amp;gt;&lt;br /&gt;
        Specifies the IP address for the proxy appliance. The proxy appliance must be placed in the same network where the Veeam backup server resides.&lt;br /&gt;
        Accepts IPAddress or string type.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -NetworkMask &amp;lt;String&amp;gt;&lt;br /&gt;
        Specifies the network mask for the proxy appliance. The proxy appliance must be placed in the same network where the Veeam backup server resides.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -Gateway &amp;lt;IPAddress&amp;gt;&lt;br /&gt;
        Specifies the default gateway for the proxy appliance. The proxy appliance must be placed in the same network where the Veeam backup server resides.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -VLanId &amp;lt;Int32&amp;gt;&lt;br /&gt;
        Used for Hyper-V platform.&lt;br /&gt;
        Specifies the VLAN ID for the proxy appliance.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -EnableFTP&lt;br /&gt;
        Indicates that the FTP access to the restored file system will be enabled.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -WarningAction &amp;lt;ActionPreference&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -WarningVariable &amp;lt;String&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -ResourcePool &amp;lt;CViResourcePoolItem&amp;gt;&lt;br /&gt;
        Used for VMware platform.&lt;br /&gt;
        Specifies a resource pool to which the proxy appliance must be placed.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                true&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?true (ByPropertyName)&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    -FromNSS&lt;br /&gt;
        Used for restore files in Novell Storage services file system.&lt;br /&gt;
        Indicates that Veeam Backup &amp;amp; Replication will deploy a specific proxy appliance that supports the Novell file system.&lt;br /&gt;
        &lt;br /&gt;
        Erforderlich?                false&lt;br /&gt;
        Position?                    named&lt;br /&gt;
        Standardwert                 &lt;br /&gt;
        Pipelineeingaben akzeptieren?false&lt;br /&gt;
        Platzhalterzeichen akzeptieren?false&lt;br /&gt;
        &lt;br /&gt;
    &amp;lt;CommonParameters&amp;gt;&lt;br /&gt;
        Dieses Cmdlet unterstützt folgende allgemeine Parameter: &amp;quot;Verbose&amp;quot;, &amp;quot;Debug&amp;quot;,&lt;br /&gt;
        &amp;quot;ErrorAction&amp;quot;, &amp;quot;ErrorVariable&amp;quot;, &amp;quot;WarningAction&amp;quot;, &amp;quot;WarningVariable&amp;quot;,&lt;br /&gt;
        &amp;quot;OutBuffer&amp;quot; und &amp;quot;OutVariable&amp;quot;. Weitere Informationen&lt;br /&gt;
        erhalten Sie mit dem Befehl &amp;quot;get-help about_commonparameters&amp;quot;.&lt;br /&gt;
    &lt;br /&gt;
 EINGABEN&lt;br /&gt;
    &lt;br /&gt;
     &lt;br /&gt;
    &lt;br /&gt;
 AUSGABEN&lt;br /&gt;
    &lt;br /&gt;
     &lt;br /&gt;
    &lt;br /&gt;
 HINWEISE&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
        &lt;br /&gt;
    &lt;br /&gt;
    --------------  Example 1 --------------&lt;br /&gt;
    &lt;br /&gt;
    C:\PS&amp;gt;$linuxflr = Start-VBRLinuxFileRestore -RestorePoint $restorepoint -Server $hvhost01 -NetworkInfo $targetnetwork&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    This example shows how to start a file restore session for a non-Windows VM in the Hyper-V environment.&lt;br /&gt;
    &lt;br /&gt;
    - The restore session is saved to the &amp;#039;$linuxflr&amp;#039; variable to use it for finalizing in future.&lt;br /&gt;
    - The restore point is obtained with Get-VBRRestorePoint and assigned to the &amp;#039;$restorepoint&amp;#039; variable beforehand.&lt;br /&gt;
    - The host where the proxy appliance will be deployed is obtained with Get-VBRServer and assigned to the &amp;#039;$hvhost01&amp;#039; variable beforehand.&lt;br /&gt;
    - The network in which the proxy appliance will be registered is obtained with Get-VBRHvServerNetworkInfo and assigned to the &amp;#039;$targetnetwork&amp;#039; variable bef&lt;br /&gt;
    orehand.&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    --------------  Example 2 --------------&lt;br /&gt;
    &lt;br /&gt;
    C:\PS&amp;gt;$linuxflr = Start-VBRLinuxFileRestore -RestorePoint $restorepoint -Server $esx01 -ResourcePool $resourcepool -NetworkInfo $targetnetwork&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    This example shows how to start a file restore session for a non-Windows VM in the VMware environment.&lt;br /&gt;
    &lt;br /&gt;
    - The restore session is saved to the &amp;#039;$linuxflr&amp;#039; variable to use it for finalizing in future.&lt;br /&gt;
    - The restore point is obtained with Get-VBRRestorePoint and assigned to the &amp;#039;$restorepoint&amp;#039; variable beforehand.&lt;br /&gt;
    - The host where the proxy appliance will be deployed is obtained with Get-VBRServer and assigned to the &amp;#039;$esx01&amp;#039; variable beforehand.&lt;br /&gt;
    - The resource pool is obtained with Find-VBRViResourcePool and assigned to the &amp;#039;$resourcepool&amp;#039; variable beforehand.&lt;br /&gt;
    - The network in which the proxy appliance will be registered is obtained with Get-VBRViServerNetworkInfo and assigned to the &amp;#039;$targetnetwork&amp;#039; variable bef&lt;br /&gt;
    orehand.&lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
    &lt;br /&gt;
 VERWANDTE LINKS&lt;/div&gt;</summary>
		<author><name>BLinz</name></author>
	</entry>
</feed>