Submission of a form on this page has been disabled as you do not have JavaScript enabled in your browser.

1557: Saving Images to SMB (Samba) and NFS Drives Using Acronis True Image Server for Linux

Printer-friendly versionPDF version
5
Average: 5 (1 vote)
Your rating: None

How to save images to a network drive via smb or nfs

This article applies to:

Solution

There are two ways to save images to a network drive (via smb or nfs):

  1. The first way is to mount (please see man mount for the reference) your share and then specify the mounted folder as a target for your backup archive.
  2. The second way is to back up directly to the NFS or SMB share. Both trueimagecmd and Acronis True Image Server for Linux transparently support NFS and SMB protocols.

More information

Here is an instant example:

  • trueimagecmd --list --filename:nfs://dhcp6-223.acro-nis.com/sdb3/nfs_root:/mike/MyBackup.tib

shows list of partitions contained in /mike/MyBackup.tib archive. /mike/MyBackup.tib is located on dhcp6-223.acronis.com node in /sdb3/nfs_root directory exported by NFS.

To get Samba network access the filename must be specified as follows:

  • smb://hostname/share_name/remote_filename

hostname may be specified with the username and password as follows:

  • username:password@hostname
  • domain\\username:password (if the target share is in a Windows domain

(!) Please pay attention to the double backslash (\\). It must be specified to make Linux shell treat the backslash correctly.

Here is an example of how to back up to a Windows domain share:

  • trueimagecmd --harddisk:1 --filename:smb://domain\\username:password@hostname/share_name/archive.tib
Provide feedback on this information