fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


hosting:hetzner:storage-box

Hetzner Storage Box

Mount

Linux

sudo apt install cifs-utils

Main Acc

mount -t cifs -o user=<username>,pass=<password> //<username>.your-storagebox.de/backup /mnt/backup --verbose

Sub Acc

mount -t cifs -o user=<username-sub>,pass=<password> //<username-sub>.your-storagebox.de/<username-sub> /mnt/backup --verbose

Windows

PowerShell

Main

New-SmbMapping -LocalPath 'Y:' -RemotePath '\\<username>.your-storagebox.de\backup' -UserName <username> -Password <password> -SaveCredentials -Persistent $true

Sub

New-SmbMapping -LocalPath 'Y:' -RemotePath '\\<sub-username>.your-storagebox.de\<sub-username>' -UserName <sub-username> -Password <sub-password> -SaveCredentials -Persistent $true 
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
hosting/hetzner/storage-box.txt · Last modified: 2024/02/17 19:03 by 127.0.0.1