Author Topic: (solved, thanks to satyris) Its regarding backup on creating a backup for ebox  (Read 1824 times)

xavier

  • Zen Apprentice
  • *
  • Posts: 31
  • Karma: +0/-0
    • View Profile
I cant seem to add this line : "/dev/sdb1       /mnt/backup      ext3    noatime        0       1"

it keeps saying permission denied can someone assist please?
« Last Edit: August 03, 2010, 11:16:06 am by xavier »

satyris

  • Zen Monk
  • **
  • Posts: 94
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #1 on: August 02, 2010, 07:38:36 am »
Do you have the rights to do this? (root, sudo)

xavier

  • Zen Apprentice
  • *
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #2 on: August 02, 2010, 07:39:36 am »
yes i do have the rights. i tried it but it still doesn't work. please assist

satyris

  • Zen Monk
  • **
  • Posts: 94
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #3 on: August 02, 2010, 07:50:28 am »
What happens, when you just enter it on the command line?

for example:
mount -t ext3 /dev/sdb1 /mnt/backup


xavier

  • Zen Apprentice
  • *
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #4 on: August 02, 2010, 07:53:02 am »
It says it has already been mounted on /mnt/backup

satyris

  • Zen Monk
  • **
  • Posts: 94
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #5 on: August 02, 2010, 07:55:59 am »
okay. Check that with:


Code: [Select]
mountthere should be an entry like /dev/sdb1 on xxxx

and then go to /mnt/backup

Quote
cd /mnt/backup

Are there your files from /dev/sdb1?

Ah, and you can find out your UUID with:
Quote
ls /dev/disk/by-uuid -al



« Last Edit: August 02, 2010, 08:05:16 am by satyris »

xavier

  • Zen Apprentice
  • *
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #6 on: August 02, 2010, 08:16:17 am »
hey sorry to disturb you. must i put this line :"/dev/sdb1       /mnt/backup      ext3    noatime        0       1" into a file called fstab inside the etc directory?

satyris

  • Zen Monk
  • **
  • Posts: 94
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #7 on: August 02, 2010, 08:44:42 am »
YES.


Instead of /dev/sdb1 you can use the UUID from /dev/sdb1

xavier

  • Zen Apprentice
  • *
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #8 on: August 02, 2010, 08:55:47 am »
THANKS SATY! can you assist me with this link?
http://doc.ebox-platform.com/en/1.2/backup.html

the website says for the local backup configuration i will see 3 parameters. but for my ebox , when i click backup i do not even see these 3 modules . i see something like "method" , "host or destination" etc. can u assist?

satyris

  • Zen Monk
  • **
  • Posts: 94
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #9 on: August 02, 2010, 07:32:51 pm »
Do you really have ebox 1.2?

xavier

  • Zen Apprentice
  • *
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #10 on: August 03, 2010, 04:04:56 am »
hey sati. im using version 1.4.6. and when i click backup its totally different from what i see from the website i have given you

xavier

  • Zen Apprentice
  • *
  • Posts: 31
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #11 on: August 03, 2010, 04:39:56 am »
hey saty. sorry dor the double post. just ignore the versions i think im ok with it. but by any chance do you know how to make a target directory?

satyris

  • Zen Monk
  • **
  • Posts: 94
  • Karma: +0/-0
    • View Profile
Re: Its regarding backup on creating a backup for ebox
« Reply #12 on: August 03, 2010, 08:41:19 am »
When you use ebox 1.4, you should have the following picture (beside the german language)



By hand you can make a target directory with:

Quote
mkdir <dirname>

In my example it is: /home/<space>/ebackups

xavier

  • Zen Apprentice
  • *
  • Posts: 31
  • Karma: +0/-0
    • View Profile
(SOLVED) Re: Its regarding backup on creating a backup for ebox
« Reply #13 on: August 03, 2010, 11:00:34 am »
thanks so much satyris. i really appreciate it for all your time and effort in helping me thanks so much

satyris

  • Zen Monk
  • **
  • Posts: 94
  • Karma: +0/-0
    • View Profile
You are welcome  ;D