Title: Default Setting for Storage Full Path Incorrect
Last modified: August 24, 2016

---

# Default Setting for Storage Full Path Incorrect

 *  Resolved [Uishi](https://wordpress.org/support/users/uishi/)
 * (@uishi)
 * [11 years ago](https://wordpress.org/support/topic/default-setting-for-storage-full-path-incorrect/)
 * Hello.
 * I am trying to use the duplicator plugin 0.5.10 to clone a site. The path for
   storage in the settings is wrong. It reads
 * Storage Full Path: /home/**sitename**/public_html/wp-snapshots.
 * It should read
    Storage Full Path: /home/public_html/**_sitename_**/wp-snapshots
 * How can I change this so the build is accessing the site folder on the my host
   server correctly? Because of this I get the Server 200 Error message
 * PB
 * [https://wordpress.org/plugins/duplicator/](https://wordpress.org/plugins/duplicator/)

Viewing 1 replies (of 1 total)

 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [11 years ago](https://wordpress.org/support/topic/default-setting-for-storage-full-path-incorrect/#post-6089461)
 * Hey Uishi,
 * That is odd… Don’t think I have had that reported. Sounds like your host may 
   have things setup in a non-standard way, here is a way to [fix it](http://stackoverflow.com/questions/24269955/how-to-change-the-abspath-in-wordpress),
   but in the meantime you can also update the code if you want.
 * The value for that is set here:
    [http://plugins.svn.wordpress.org/duplicator/tags/0.5.10/define.php](http://plugins.svn.wordpress.org/duplicator/tags/0.5.10/define.php)
 * Look for this line
    `define("DUPLICATOR_SSDIR_PATH", str_replace("\\", "/", DUPLICATOR_WPROOTPATH.
   DUPLICATOR_SSDIR_NAME));`
 * and set it to:
 * `define("DUPLICATOR_SSDIR_PATH", "/home/public_html/sitename/wp-snapshots");`
 * Hope that helps!
 * BTW
    Any version before 0.5.16 has a security patch that has been applied so 
   you may want to update/uninstall that version after using it…
 * Thanks~

Viewing 1 replies (of 1 total)

The topic ‘Default Setting for Storage Full Path Incorrect’ is closed to new replies.

 * ![](https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985)
 * [Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More](https://wordpress.org/plugins/duplicator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/duplicator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/duplicator/)
 * [Active Topics](https://wordpress.org/support/plugin/duplicator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/duplicator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/duplicator/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/default-setting-for-storage-full-path-incorrect/#post-6089461)
 * Status: resolved