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
-
- Veteran
- Posts: 459
- Liked: 5 times
- Joined: Feb 01, 2012 12:04 pm
- Full Name: Mario
- Contact:
-
- Veteran
- Posts: 298
- Liked: 85 times
- Joined: Feb 16, 2017 8:05 pm
- Contact:
Re: Beginner's questions
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
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
-
- Product Manager
- Posts: 6551
- Liked: 765 times
- Joined: May 19, 2015 1:46 pm
- Contact:
Re: Beginner's questions
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:
Replace <repository_name> and <job_name> with the names of your choice.
For more details please refer to the user guide.
Thanks!
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
For more details please refer to the user guide.
Thanks!
Who is online
Users browsing this forum: No registered users and 12 guests