I have an EBS volume attached to my Redmine instance. How can I copy/backup my Redmine files to the EBS volume? (I have seen various suggestions, but with things changing so quickly I want to be sure that I am doing this the proper way for the most current version of the TKL Redmine appliance).

I know how to use mysql dump, rsync, and cron (if that helps).

Replies (2)

By the way...

Reply 1

Part of my problem is that I don't know where the EBS volume is mounted, or even if it is mounted. The "mount" command does not show anything obvious.

Progress...

Reply 2

Using some of the info at this page, I have made some progress. The command

ebsmount-manual --format=ext3 /dev/sdf

results in formatting and mounting of the EBS volume at

/media/ebs

This seems to be a good start.