0senjed0
12-19-2008, 12:57 PM
Plesk Backup
after i generate backup in plesk then how can i move it to httpdocs folder to download it as direct link ?
is there any SSH Command ?
PogiWeb
12-19-2008, 01:19 PM
yes you can use the command "mv filename /var/www/yourdomain/httpdocs"
__________________HostPenguin - Separate Yourself â A Christian Owned and Operated Hosting Provider!â Shared, Reseller, Virtual Private Server Hosting and Website Integrationshttp://www.HostPenguin.net - http://Integration.HostPenguin.net - Sales@HostPenguin.net
HivelocityDD
12-19-2008, 02:20 PM
mv command will work only if you are trying to move your backup file in to httpdocs of same server. If you are using different servers you can use scp command to copy it to the other server.
scp -P port backup-file-name user@hostname:/path_to_httpdocs
__________________Dedicated Servers - sales@hivelocity.net - 1-888-869-HOST(4678)Viva Hivelocity "THE SERVER STUD" - Award Winning Hosting
Managed Dedicated Servers. Reseller Discounts. 24/7 Impressive Tech Support.
0senjed0
12-19-2008, 02:36 PM
Quote:
Originally Posted by Matt - HostPenguin
yes you can use the command "mv filename /var/www/yourdomain/httpdocs"
when i use this command as root it gives me this error :
mv: cannot stat `mybackufilename': No such file or directory
PogiWeb
12-19-2008, 08:43 PM
Make sure your in the correct directory or that your using the correct path to the file. The error simply means that its not existent.
__________________HostPenguin - Separate Yourself â A Christian Owned and Operated Hosting Provider!â Shared, Reseller, Virtual Private Server Hosting and Website Integrationshttp://www.HostPenguin.net - http://Integration.HostPenguin.net - Sales@HostPenguin.net