• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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