Page 1 of 1

How do you back up cmsms?

Posted: Wed Jul 11, 2007 10:31 pm
by soulja90
How do you back up cmsms?

Re: How do you back up cmsms?

Posted: Wed Jul 11, 2007 11:17 pm
by calguy1000
Take a mysqldump of the database that is used by cmsms and save that into your uploads folder
then download every single file of the cms install and everything below it.

Re: How do you back up cmsms?

Posted: Thu Jul 12, 2007 11:00 am
by Signex
I got nightly back-ups from my host, including SQL databases back-ups.

And those i download about evey 3 days.

Re: How do you back up cmsms?

Posted: Sun Jul 22, 2007 1:52 pm
by faglork
calguy1000 wrote: then download every single file of the cms install and everything below it.
I suggest  taring  it up first and then download the tar file.

Cheers,
Alex

Re: How do you back up cmsms?

Posted: Sun Jul 22, 2007 3:53 pm
by Dr.CSS
I use the Backup Module, but it does need to be run manually...

New version for 1.* http://multiintech.com/cmsms4/index.php ... tensions-2

Re: How do you back up cmsms?

Posted: Wed Jul 25, 2007 9:41 am
by b0n3m4n
Two further questions about that:

1) What about file attributes? If I download the files via FTP they are lost. What am I missing? If I tar the whole package, will the file attributes be stored as well?

2) What about PHP-generated content like installed modules or image gallery content? I can't download these via FTP because I am missing the authorization (user php (wwwrun). Is this resolvable with taring as well?

Thanks

Re: How do you back up cmsms?

Posted: Sun Jul 29, 2007 5:42 pm
by b0n3m4n
I found out the answers to my questions by now:

1) Nevermind that. The only permissions that are important are those that you set during the install procedure. Just upload the backup and go through the install document for the permissions to be set

2) This seems to be a more widely spread problem. Setting the umask in Administration -> Global Settings to 018 _before_ uploading pictures might help. Another way would be to use chmod on the uploads folder.

Whew, that felt schizophrenic...