Hi
As mention here if we have many spaces we should take backup from:
1-dump of database
2-local home and shared home
now questions are:
1-these directories has many files that definately take long time to create backup every night, i need to create backup from these files increamentaly and compressed, any idea? (currently i'm using rsync to copy local & share directory)
2-about database dump, do you have any idea that I create it increamentally and copressed every night?(currently i'm using this "pg_dump confluence > /backups/dbdump-$DATE")
Any idea?
Thanks
You can take both backups however you prefer to. Incremental or full are both fine, as long as you can restore them to a point in time.
Imagine your server died this morning and you asked a consultant like me to build a new Confluence service for you, with all your existing data. I'm going to need a copy of your database and attachments to be restored from your last backup. It doesn't matter to me whether the backup was complete or incremental, I just need a copy of the latest state of both.
@Nic Brough -Adaptavist- thanks for answer, main question is about how should i done this, any tool? Any idea? Any strategy? That save time and disk space, and easily restore?
as you mentioned as you are consultant, if you have large instance right now like this, how handle backup process?
any idea?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should use whatever tools your administrators support.
Most of the systems I help out with use the native database tools to take regular backups of the database, and have the attachments on a shared and backed up disk. The more advanced one replicate database and disk to other redundant servers so they can get the system running immediately on a disaster (effectively a live backup)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I already said you'll want to take backups of the attachments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know what part of "yes you need to back up your attachments" I can explain more. You should use a tool that works best for you.
Your mention of rsync (incremental) is probably the most simple and well-tested way to do that already.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know i should use a tool :))))
main question is about which tool do you suggest or use currently? And does it support incremental and compress files?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Rsync for some, dedicated backup tools for others (I don't have to think about it, it's managed hardware)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.