Backing up my forum.

robbieswan

New member
Hi there, is there a way I can backup the forum on a regular basis easily, do I go to php admin and back up the databases?
 
Hehehehe... my most recent backups (from one server) sat at 32GB. And those forums are not hardly used.
That's a weeks worth of DB and forum structures.
 
Hehehehe... my most recent backups (from one server) sat at 32GB. And those forums are not hardly used.
That's a weeks worth of DB and forum structures.
This is mine:
Code:
root@backupsy:/backup# ls -hl
total 40K
drwxr-xr-x 3 root root 4.0K Feb 18 00:52 daily.0
drwxr-xr-x 3 root root 4.0K Feb 18 00:52 daily.1
drwxr-xr-x 3 root root 4.0K Feb 18 00:53 daily.2
drwxr-xr-x 3 root root 4.0K Feb 18 00:53 daily.3
drwxr-xr-x 2 root root 4.0K Feb 18 00:53 daily.4
drwxr-xr-x 2 root root 4.0K Feb 18 03:31 Databases
drwxr-xr-x 3 root root 4.0K Feb 18 06:01 hourly.0
drwxr-xr-x 3 root root 4.0K Feb 18 00:53 hourly.1
drwxr-xr-x 3 root root 4.0K Feb 18 00:54 hourly.2
drwxr-xr-x 3 root root 4.0K Feb 18 00:54 hourly.3
root@backupsy:/backup# du -sh *
23G     daily.0
153M    daily.1
115M    daily.2
129M    daily.3
4.0K    daily.4
1.7G    Databases
347M    hourly.0
186M    hourly.1
185M    hourly.2
172M    hourly.3
root@backupsy:/backup#
 
Are there any other methods to take automated backups like the one @Tracy Perry mentioned?

My hosts think the best way to take a backup is via phpmyadmin, and it seems that since I'm on shared hosting it is the only way.
 
Top Bottom