• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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