Standalone backup agents for Linux, Mac, AIX & Solaris workloads on-premises or in the public cloud
Post Reply
marius roma
Veteran
Posts: 459
Liked: 5 times
Joined: Feb 01, 2012 12:04 pm
Full Name: Mario
Contact:

Beginner's questions

Post by marius roma »

Please consider that I am a Linux novice and forgive me for my very basic question.
I unstalled Ubuntu on a PC with 2 HDs.
I installed Ubuntu on the first HD (sda) and Veeam Agent for Linux.
I created a partition on sdb and a folder (backup) inside the particion.
I want to backup the entire volume (sda) on the second volume (sdb), but sdb is mounted as /media/<usename>/backup.
While creating the job configuration I cannot select /media/<usename>/backup as the target because it is inside the file system.
I presume it's a mounting issue, so, how should I mount sdb in order to use it as the target for my job?
Regards
marius
nitramd
Veteran
Posts: 297
Liked: 85 times
Joined: Feb 16, 2017 8:05 pm
Contact:

Re: Beginner's questions

Post by nitramd »

Hello Marius.

It sounds like a permissions issue. You can follow this link to get a better understanding on Linux permissions: https://www.guru99.com/file-permissions.html
PTide
Product Manager
Posts: 6431
Liked: 729 times
Joined: May 19, 2015 1:46 pm
Contact:

Re: Beginner's questions

Post by PTide »

Hi!

Does it give you any message? I suspect that you're using GUI and it doesn't allow you to use local storage as a target, and that is by design.

If you want to use local HDD as a target, you should use CLI to create a job.

For example:

Code: Select all

veeamconfig repository create --name <repository_name> --location /media/<username>/backup
veeamconfig job create volumelevel --name <job_name> --reponame <repository_name> --objects /dev/sda
Replace <repository_name> and <job_name> with the names of your choice.

For more details please refer to the user guide.

Thanks!
Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 9 guests