• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

change backups directory another disk?

hunterwolf

New Pleskian
i use plesk Parallels Plesk Panel v9.5.4_build95110630.14 os_CentOS 5

i was read here http://kb.odin.com/en/5816

but how can i change other disk?

i want change the default directory for backups in /dev/sdb1 disk.

my fdisk -l output this:

Code:
[root@server /]# fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1       59143   475066116   83  Linux
/dev/sda2           59144       60163     8193150   82  Linux swap / Solaris
/dev/sda3           60164       60800     5116702+  83  Linux

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       60801   488384001   83  Linux

thx for help.
 
Just mount this /dev/sdb1 into some defined directory and use this directory for backup location after that. Usual Linux administrative task.
 
Back
Top