djveremix / redis

Automatically exported from code.google.com/p/redis
0 stars 0 forks source link

Not able to snapshot to different disk than the where the AOF file is being written to #278

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Configure AOF to write to disk1
2. Configure snapshots and dir to write to disk2
3. Try to do a bgrewriteaof

What is the expected output? What do you see instead?

To be able to write the AOF file to one disk while writing to another disk to 
do backups. This would be especially useful on EC2, write the AOF file to an 
EBS and snapshot to localdisk to upload to S3. Perhaps it is possible to 
support multiple working dirs?

Example config: http://gist.github.com/469063

Original issue reported on code.google.com by JonBr...@gmail.com on 9 Jul 2010 at 6:39

GoogleCodeExporter commented 8 years ago
Actually this is a good idea, issue accepted, thanks for reporting.

Original comment by anti...@gmail.com on 30 Aug 2010 at 1:59