scp -r src_folder dest_location isn't it ?
On 6/22/10, Matthew Caron <[email protected]> wrote: > > > On 06/22/2010 09:37 AM, Draulio Neto wrote: >> Hello, >> >> I´m creating a new trac in the company, and they asked me to migrate the >> trac archieves from one server to another. IS it possible to do this >> transfer without having to download and upload the archieves one by one?? > > Assuming your setup is done this way, you should just be able to tar up > the whole subdirectory (all our trac instances are in /opt/trac, yours > are likely different), copy it over to the other machine, then untar it. > > If you're not using sqlite, you'll likely need to dump and load the DB's > that they use as well. > > If you're serving with Apache, you'll likely have to copy over the > configuration files, possibly changing them along the way (new version > of apache, different hostnames, etc.) > > -- > SIXNET - Industrial and Wireless Connectivity > 331 Ushers Road, Ballston Lake, NY 12019 > Tel: 1.518.877.5173, Fax: 1.518.877.8346 > www.sixnet.com > > -- > You received this message because you are subscribed to the Google Groups > "Trac Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/trac-users?hl=en. > > -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
