[Ftplicity-general] need help with the syntax for recovering folders and files
Brought to you by:
edso
From: Ovidiu P. <ov...@pa...> - 2010-05-27 16:43:09
|
I've got ftplicity running according to the how-to from howtoforge.com and it runs fine. Till now I only had to restore single files, which worked fine with ftplicity fetch, now I need to restore a complete folder with all sub folders. I played around with it, read the manual but can't figure out how to do that. can anyone who's using it help me out there? Btw. I do a monthly full backup and the rest are only differential backups. I basically need a wordpress installation's plugin folder restored as the upgrade of a plugin broke a couple of things. I know when the upgrade was done, so basically restoring the version from 1day before the upgrade should fix it. I tried something along these lines: Code: ./ftplicity h1550830 fetch var/www/clients/clientXX/webXX/web/wp-content/plugins/ /root/mike-restore 7D that gives me: Quote: var/www/clients/clientXX/webXX/web/wp-content/plugins/ not found in archive, no files restored. So obviously I tried this next: Code: ./ftplicity h1550830 fetch var/www/clients/clientXX/webXX/web/wp-content/plugins /root/mike-restore 7D notice the missing trailing slash behind the folder name..... this gives me the same error as above :-( -- The information in this email and attachments hereto may contain legally privileged, proprietary or confidential information that is intended for a particular recipient. If you are not the intended recipient(s), or the employee or agent responsible for delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, retention or use of the contents of this e-mail information is prohibited and may be unlawful. When addressed to customers or vendors, any information contained in this e-mail is subject to the terms and conditions in the governing contract, if applicable. If you have received this communication in error, please immediately notify us by return e-mail, permanently delete any electronic copies of this communication and destroy any paper copies. |