Thanks for the review, I just moved a 700mb tar of someone's html/php files (yes, it's a huge site, the db tar is about the same size ). It only took me about 8 hours as opposed to 3 days my old way
#190363 - 07/07/0705:16 PMRe: Gizmo's UBB.Threads 7.x Transfer Guide for Dummies (or not)
[Re: AllenAyres]
Gizmo
Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
Totally overlooked this post...
Originally Posted By: cclapper
What is the parameter to preserve the document permissions if -p does not work?
I believe -p is the only way to preserve permissions while utilizing Tar to create an archive...
Originally Posted By: AllenAyres
Thanks for the review, I just moved a 700mb tar of someone's html/php files (yes, it's a huge site, the db tar is about the same size ). It only took me about 8 hours as opposed to 3 days my old way
Yeh, theres often faster ways to do things hehe...
My favorite is to create the archive, move it to a web directory, then use wget on the destination machine to snag the file... No downloading on your part required, and can usually do a 700mb file in seconds...
#190376 - 07/07/0705:45 PMRe: Gizmo's UBB.Threads 7.x Transfer Guide for Dummies (or not)
[Re: AllenAyres]
Gizmo
Registered: 06/04/06
Posts: 12089
Loc: Portland, OR; USA
Yikes, that's one heck of a drawback... SSH just makes things fun ;)...
If it's a linux maxhine, you could use system() or exec() to issue shell commands (if the machine allows it); I have a site on a server I don't have SSH access to and that's how I roll out my maintenance (backups)
Is this still a fairly accurate guide? This is exactly why I logged in this morning. Thanks, Gizmo! Problem is ... I don't have command line access on the old server and I want to move to a new server at some point. Any recommendations on hosting providers?